#04330A

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

Shades of Deep Fir #04330A

Tints of Deep Fir #04330A

Color information

#04330A (or 0x04330A) is unknown color: approx Deep Fir. HEX triplet: 04, 33 and 0A. RGB value is (4,51,10). Sum of RGB (Red+Green+Blue) = 4+51+10=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 51 (20.31% from 255 or 78.46% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 51 - color contains mainly: green. Hex color #04330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04330A is #FBCCF5. Grayscale: #202020. Windows color (decimal): -16502006 or 668420. OLE color: 668420.

HSL color Cylindrical-coordinate representation of color #04330A: hue angle of 127.66º 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 #04330A is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB45110-
CMYK0.9200.800.8
HSL127.66º85.45%10.78%-
HSV(B)127.66º92.16%20%-
XYZ1.292.420.69-
YUV32.27115.43107.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.15%
GREEN value IS 51 (20.31% from 255) = 78.46%
BLUE value IS 10 (4.30% from 255) = 15.38%
R=6.15%
G=78.46%
B=15.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal451100.9200.800.8127.6685.4510.78
Hex433A5C050508055b
Octal46312134012012020012513
Binary100110011101010111000101000010100001000000010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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