#04330B

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

Shades of Deep Fir #04330B

Tints of Deep Fir #04330B

Color information

#04330B (or 0x04330B) is unknown color: approx Deep Fir. HEX triplet: 04, 33 and 0B. RGB value is (4,51,11). Sum of RGB (Red+Green+Blue) = 4+51+11=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 51 (20.31% from 255 or 77.27% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 51 - color contains mainly: green. Hex color #04330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04330B is #FBCCF4. Grayscale: #202020. Windows color (decimal): -16502005 or 733956. OLE color: 733956.

HSL color Cylindrical-coordinate representation of color #04330B: hue angle of 128.94º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04330B is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB45111-
CMYK0.9200.780.8
HSL128.94º85.45%10.78%-
HSV(B)128.94º92.16%20%-
XYZ1.292.420.72-
YUV32.39115.93107.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.06%
GREEN value IS 51 (20.31% from 255) = 77.27%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=6.06%
G=77.27%
B=16.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal451110.9200.780.8128.9485.4510.78
Hex433B5C04E508155b
Octal46313134011612020112513
Binary100110011101110111000100111010100001000000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04330B; }

 p { color: rgb(4,51,11); }

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

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

 a { background-color: rgb(4,51,11); }

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

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

 span { border-color: rgb(4,51,11); }

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