#054113

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

Shades of Deep Fir #054113

Tints of Deep Fir #054113

Color information

#054113 (or 0x054113) is unknown color: approx Deep Fir. HEX triplet: 05, 41 and 13. RGB value is (5,65,19). Sum of RGB (Red+Green+Blue) = 5+65+19=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 65 (25.78% from 255 or 73.03% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 65 - color contains mainly: green. Hex color #054113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054113 is #FABEEC. Grayscale: #292929. Windows color (decimal): -16432877 or 1261829. OLE color: 1261829.

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

Color convert

RGB56519-
CMYK0.9200.710.75
HSL134º85.71%13.73%-
HSV(B)134º92.31%25.49%-
XYZ2.073.861.25-
YUV41.82115.12101.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 65 (25.78% from 255) = 73.03%
BLUE value IS 19 (7.81% from 255) = 21.35%
R=5.62%
G=73.03%
B=21.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal565190.9200.710.7513485.7113.73
Hex541135C0474B8656e
Octal510123134010711320612616
Binary10110000011001110111000100011110010111000011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054113; }

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

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

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

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

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

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

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

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