#043B0C

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

Shades of Deep Fir #043B0C

Tints of Deep Fir #043B0C

Color information

#043B0C (or 0x043B0C) is unknown color: approx Deep Fir. HEX triplet: 04, 3B and 0C. RGB value is (4,59,12). Sum of RGB (Red+Green+Blue) = 4+59+12=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 59 (23.44% from 255 or 78.67% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 59 - color contains mainly: green. Hex color #043B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043B0C is #FBC4F3. Grayscale: #252525. Windows color (decimal): -16499956 or 801540. OLE color: 801540.

HSL color Cylindrical-coordinate representation of color #043B0C: hue angle of 128.73º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043B0C is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.77.

Color convert

RGB45912-
CMYK0.9300.800.77
HSL128.73º87.3%12.35%-
HSV(B)128.73º93.22%23.14%-
XYZ1.683.180.87-
YUV37.2113.78104.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.33%
GREEN value IS 59 (23.44% from 255) = 78.67%
BLUE value IS 12 (5.08% from 255) = 16%
R=5.33%
G=78.67%
B=16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal459120.9300.800.77128.7387.312.35
Hex43BC5D0504D8157c
Octal47314135012011520112714
Binary100111011110010111010101000010011011000000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043B0C; }

 p { color: rgb(4,59,12); }

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

<style>
 a { background-color: #043B0C; }

 a { background-color: rgb(4,59,12); }

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

<style>
 span { border-color: #043B0C; }

 span { border-color: rgb(4,59,12); }

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