#154623

Color #154623 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #154623

Tints of Deep Fir #154623

Color information

#154623 (or 0x154623) is unknown color: approx Deep Fir. HEX triplet: 15, 46 and 23. RGB value is (21,70,35). Sum of RGB (Red+Green+Blue) = 21+70+35=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #154623 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154623 is #EAB9DC. Grayscale: #333333. Windows color (decimal): -15383005 or 2311701. OLE color: 2311701.

HSL color Cylindrical-coordinate representation of color #154623: hue angle of 137.14º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154623 is Cyan = 0.70, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB217035-
CMYK0.7000.50.73
HSL137.14º53.85%17.84%-
HSV(B)137.14º70%27.45%-
XYZ2.84.662.34-
YUV51.36118.77106.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 16.67%
GREEN value IS 70 (27.73% from 255) = 55.56%
BLUE value IS 35 (14.06% from 255) = 27.78%
R=16.67%
G=55.56%
B=27.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2170350.7000.50.73137.1453.8517.84
Hex1546234603249893612
Octal25106431060621112116622
Binary1010110001101000111000110011001010010011000100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154623; }

 p { color: rgb(21,70,35); }

 H1.HeaderClassName
 {
   color: #154623;
 }
 .AnyTagClassName
 {
   color: #154623;
 }
</style>
background-color css

<style>
 a { background-color: #154623; }

 a { background-color: rgb(21,70,35); }

 div.DivClassName
 {
   background-color: #154623;
 }
 .BgClassName
 {
   background-color: #154623;
 }
</style>
border-color css

<style>
 span { border-color: #154623; }

 span { border-color: rgb(21,70,35); }

 td.TdClassName
 {
   border-color: #154623;
 }
 .TagClassName
 {
   border-color: #154623;
 }
</style>