#054F13

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

Shades of Deep Fir #054F13

Tints of Deep Fir #054F13

Color information

#054F13 (or 0x054F13) is unknown color: approx Deep Fir. HEX triplet: 05, 4F and 13. RGB value is (5,79,19). Sum of RGB (Red+Green+Blue) = 5+79+19=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 79 (31.25% from 255 or 76.70% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 79 - color contains mainly: green. Hex color #054F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #054F13 is #FAB0EC. Grayscale: #323232. Windows color (decimal): -16429293 or 1265413. OLE color: 1265413.

HSL color Cylindrical-coordinate representation of color #054F13: hue angle of 131.35º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054F13 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB57919-
CMYK0.9400.760.69
HSL131.35º88.1%16.47%-
HSV(B)131.35º93.67%30.98%-
XYZ2.985.671.55-
YUV50.03110.4895.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 79 (31.25% from 255) = 76.70%
BLUE value IS 19 (7.81% from 255) = 18.45%
R=4.85%
G=76.70%
B=18.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal579190.9400.760.69131.3588.116.47
Hex54F135E04C45835810
Octal511723136011410520313020
Binary101100111110011101111001001100100010110000011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054F13; }

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

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

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

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

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

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

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

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