#04350A

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

Shades of Deep Fir #04350A

Tints of Deep Fir #04350A

Color information

#04350A (or 0x04350A) is unknown color: approx Deep Fir. HEX triplet: 04, 35 and 0A. RGB value is (4,53,10). Sum of RGB (Red+Green+Blue) = 4+53+10=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 53 (21.09% from 255 or 79.10% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 53 - color contains mainly: green. Hex color #04350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04350A is #FBCAF5. Grayscale: #212121. Windows color (decimal): -16501494 or 668932. OLE color: 668932.

HSL color Cylindrical-coordinate representation of color #04350A: hue angle of 127.35º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04350A is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB45310-
CMYK0.9200.810.79
HSL127.35º85.96%11.18%-
HSV(B)127.35º92.45%20.78%-
XYZ1.382.590.72-
YUV33.45114.77107-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.97%
GREEN value IS 53 (21.09% from 255) = 79.10%
BLUE value IS 10 (4.30% from 255) = 14.93%
R=5.97%
G=79.10%
B=14.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal453100.9200.810.79127.3585.9611.18
Hex435A5C0514F7f56b
Octal46512134012111717712613
Binary10011010110101011100010100011001111111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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