#053915

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

Shades of Deep Fir #053915

Tints of Deep Fir #053915

Color information

#053915 (or 0x053915) is unknown color: approx Deep Fir. HEX triplet: 05, 39 and 15. RGB value is (5,57,21). Sum of RGB (Red+Green+Blue) = 5+57+21=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 57 (22.66% from 255 or 68.67% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 57 - color contains mainly: green. Hex color #053915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053915 is #FAC6EA. Grayscale: #252525. Windows color (decimal): -16434923 or 1390853. OLE color: 1390853.

HSL color Cylindrical-coordinate representation of color #053915: hue angle of 138.46º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053915 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB55721-
CMYK0.9100.630.78
HSL138.46º83.87%12.16%-
HSV(B)138.46º91.23%22.35%-
XYZ1.663.011.2-
YUV37.35118.77104.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.02%
GREEN value IS 57 (22.66% from 255) = 68.67%
BLUE value IS 21 (8.59% from 255) = 25.30%
R=6.02%
G=68.67%
B=25.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557210.9100.630.78138.4683.8712.16
Hex539155B03F4E8a54c
Octal5712513307711621212414
Binary101111001101011011011011111110011101000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053915; }

 p { color: rgb(5,57,21); }

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

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

 a { background-color: rgb(5,57,21); }

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

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

 span { border-color: rgb(5,57,21); }

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