#033C0D

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

Shades of Deep Fir #033C0D

Tints of Deep Fir #033C0D

Color information

#033C0D (or 0x033C0D) is unknown color: approx Deep Fir. HEX triplet: 03, 3C and 0D. RGB value is (3,60,13). Sum of RGB (Red+Green+Blue) = 3+60+13=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 60 (23.83% from 255 or 78.95% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 60 - color contains mainly: green. Hex color #033C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033C0D is #FCC3F2. Grayscale: #252525. Windows color (decimal): -16565235 or 867331. OLE color: 867331.

HSL color Cylindrical-coordinate representation of color #033C0D: hue angle of 130.53º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033C0D is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.76.

Color convert

RGB36013-
CMYK0.9500.780.76
HSL130.53º90.48%12.35%-
HSV(B)130.53º95%23.53%-
XYZ1.733.280.92-
YUV37.6114.12103.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.95%
GREEN value IS 60 (23.83% from 255) = 78.95%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=3.95%
G=78.95%
B=17.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal360130.9500.780.76130.5390.4812.35
Hex33CD5F04E4C835ac
Octal37415137011611420313214
Binary11111100110110111110100111010011001000001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033C0D; }

 p { color: rgb(3,60,13); }

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

<style>
 a { background-color: #033C0D; }

 a { background-color: rgb(3,60,13); }

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

<style>
 span { border-color: #033C0D; }

 span { border-color: rgb(3,60,13); }

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