#054712

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

Shades of Deep Fir #054712

Tints of Deep Fir #054712

Color information

#054712 (or 0x054712) is unknown color: approx Deep Fir. HEX triplet: 05, 47 and 12. RGB value is (5,71,18). Sum of RGB (Red+Green+Blue) = 5+71+18=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 71 (28.12% from 255 or 75.53% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 71 - color contains mainly: green. Hex color #054712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054712 is #FAB8ED. Grayscale: #2D2D2D. Windows color (decimal): -16431342 or 1197829. OLE color: 1197829.

HSL color Cylindrical-coordinate representation of color #054712: hue angle of 131.82º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054712 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB57118-
CMYK0.9300.750.72
HSL131.82º86.84%14.9%-
HSV(B)131.82º92.96%27.84%-
XYZ2.434.581.33-
YUV45.22112.6399.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 71 (28.12% from 255) = 75.53%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=5.32%
G=75.53%
B=19.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal571180.9300.750.72131.8286.8414.9
Hex547125D04B488457f
Octal510722135011311020412717
Binary10110001111001010111010100101110010001000010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054712; }

 p { color: rgb(5,71,18); }

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

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

 a { background-color: rgb(5,71,18); }

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

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

 span { border-color: rgb(5,71,18); }

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