#05240C

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

Shades of Deep Fir #05240C

Tints of Deep Fir #05240C

Color information

#05240C (or 0x05240C) is unknown color: approx Deep Fir. HEX triplet: 05, 24 and 0C. RGB value is (5,36,12). Sum of RGB (Red+Green+Blue) = 5+36+12=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 36 (14.45% from 255 or 67.92% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 36 - color contains mainly: green. Hex color #05240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05240C is #FADBF3. Grayscale: #181818. Windows color (decimal): -16440308 or 795653. OLE color: 795653.

HSL color Cylindrical-coordinate representation of color #05240C: hue angle of 133.55º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05240C is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB53612-
CMYK0.8600.670.86
HSL133.55º75.61%8.04%-
HSV(B)133.55º86.11%14.12%-
XYZ0.761.320.56-
YUV23.99121.23114.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.43%
GREEN value IS 36 (14.45% from 255) = 67.92%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=9.43%
G=67.92%
B=22.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal536120.8600.670.86133.5575.618.04
Hex524C5604356864c8
Octal54414126010312620611410
Binary101100100110010101100100001110101101000011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05240C; }

 p { color: rgb(5,36,12); }

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

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

 a { background-color: rgb(5,36,12); }

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

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

 span { border-color: rgb(5,36,12); }

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