#054115

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

Shades of Deep Fir #054115

Tints of Deep Fir #054115

Color information

#054115 (or 0x054115) is unknown color: approx Deep Fir. HEX triplet: 05, 41 and 15. RGB value is (5,65,21). Sum of RGB (Red+Green+Blue) = 5+65+21=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #054115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054115 is #FABEEA. Grayscale: #2A2A2A. Windows color (decimal): -16432875 or 1392901. OLE color: 1392901.

HSL color Cylindrical-coordinate representation of color #054115: hue angle of 136º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054115 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB56521-
CMYK0.9200.680.75
HSL136º85.71%13.73%-
HSV(B)136º92.31%25.49%-
XYZ2.093.871.35-
YUV42.04116.12101.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 65 (25.78% from 255) = 71.43%
BLUE value IS 21 (8.59% from 255) = 23.08%
R=5.49%
G=71.43%
B=23.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal565210.9200.680.7513685.7113.73
Hex541155C0444B8856e
Octal510125134010411321012616
Binary10110000011010110111000100010010010111000100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054115; }

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

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

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

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

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

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

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

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