#043515

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

Shades of Deep Fir #043515

Tints of Deep Fir #043515

Color information

#043515 (or 0x043515) is unknown color: approx Deep Fir. HEX triplet: 04, 35 and 15. RGB value is (4,53,21). Sum of RGB (Red+Green+Blue) = 4+53+21=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 53 (21.09% from 255 or 67.95% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 53 - color contains mainly: green. Hex color #043515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043515 is #FBCAEA. Grayscale: #222222. Windows color (decimal): -16501483 or 1389828. OLE color: 1389828.

HSL color Cylindrical-coordinate representation of color #043515: hue angle of 140.82º 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 #043515 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB45321-
CMYK0.9200.600.79
HSL140.82º85.96%11.18%-
HSV(B)140.82º92.45%20.78%-
XYZ1.462.631.14-
YUV34.7120.27106.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.13%
GREEN value IS 53 (21.09% from 255) = 67.95%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=5.13%
G=67.95%
B=26.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal453210.9200.600.79140.8285.9611.18
Hex435155C03C4F8d56b
Octal4652513407411721512613
Binary100110101101011011100011110010011111000110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043515; }

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

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

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

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

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

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

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

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