#053B15

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

Shades of Deep Fir #053B15

Tints of Deep Fir #053B15

Color information

#053B15 (or 0x053B15) is unknown color: approx Deep Fir. HEX triplet: 05, 3B and 15. RGB value is (5,59,21). Sum of RGB (Red+Green+Blue) = 5+59+21=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 59 (23.44% from 255 or 69.41% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 59 - color contains mainly: green. Hex color #053B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B15 is #FAC4EA. Grayscale: #262626. Windows color (decimal): -16434411 or 1391365. OLE color: 1391365.

HSL color Cylindrical-coordinate representation of color #053B15: hue angle of 137.78º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053B15 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB55921-
CMYK0.9200.640.77
HSL137.78º84.38%12.55%-
HSV(B)137.78º91.53%23.14%-
XYZ1.763.211.24-
YUV38.52118.11104.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 59 (23.44% from 255) = 69.41%
BLUE value IS 21 (8.59% from 255) = 24.71%
R=5.88%
G=69.41%
B=24.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal559210.9200.640.77137.7884.3812.55
Hex53B155C0404D8a54d
Octal57325134010011521212415
Binary1011110111010110111000100000010011011000101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053B15; }

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

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

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

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

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

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

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

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