#054117

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

Shades of Deep Fir #054117

Tints of Deep Fir #054117

Color information

#054117 (or 0x054117) is unknown color: approx Deep Fir. HEX triplet: 05, 41 and 17. RGB value is (5,65,23). Sum of RGB (Red+Green+Blue) = 5+65+23=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #054117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054117 is #FABEE8. Grayscale: #2A2A2A. Windows color (decimal): -16432873 or 1523973. OLE color: 1523973.

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

Color convert

RGB56523-
CMYK0.9200.650.75
HSL138º85.71%13.73%-
HSV(B)138º92.31%25.49%-
XYZ2.113.871.45-
YUV42.27117.12101.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 65 (25.78% from 255) = 69.89%
BLUE value IS 23 (9.38% from 255) = 24.73%
R=5.38%
G=69.89%
B=24.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal565230.9200.650.7513885.7113.73
Hex541175C0414B8a56e
Octal510127134010111321212616
Binary10110000011011110111000100000110010111000101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054117; }

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

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

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

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

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

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

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

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