#04240A

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

Shades of Deep Fir #04240A

Tints of Deep Fir #04240A

Color information

#04240A (or 0x04240A) is unknown color: approx Deep Fir. HEX triplet: 04, 24 and 0A. RGB value is (4,36,10). Sum of RGB (Red+Green+Blue) = 4+36+10=50 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8% from 50); Green value is 36 (14.45% from 255 or 72% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 36 - color contains mainly: green. Hex color #04240A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04240A is #FBDBF5. Grayscale: #171717. Windows color (decimal): -16505846 or 664580. OLE color: 664580.

HSL color Cylindrical-coordinate representation of color #04240A: hue angle of 131.25º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #04240A is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB43610-
CMYK0.8900.720.86
HSL131.25º80%7.84%-
HSV(B)131.25º88.89%14.12%-
XYZ0.741.310.5-
YUV23.47120.4114.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8%
GREEN value IS 36 (14.45% from 255) = 72%
BLUE value IS 10 (4.30% from 255) = 20%
R=8%
G=72%
B=20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal436100.8900.720.86131.25807.84
Hex424A590485683508
Octal44412131011012620312010
Binary100100100101010110010100100010101101000001110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04240A; }

 p { color: rgb(4,36,10); }

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

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

 a { background-color: rgb(4,36,10); }

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

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

 span { border-color: rgb(4,36,10); }

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