#054810

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

Shades of Deep Fir #054810

Tints of Deep Fir #054810

Color information

#054810 (or 0x054810) is unknown color: approx Deep Fir. HEX triplet: 05, 48 and 10. RGB value is (5,72,16). Sum of RGB (Red+Green+Blue) = 5+72+16=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 72 (28.52% from 255 or 77.42% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 72 - color contains mainly: green. Hex color #054810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054810 is #FAB7EF. Grayscale: #2D2D2D. Windows color (decimal): -16431088 or 1067013. OLE color: 1067013.

HSL color Cylindrical-coordinate representation of color #054810: hue angle of 129.85º 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 #054810 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB57216-
CMYK0.9300.780.72
HSL129.85º87.01%15.1%-
HSV(B)129.85º93.06%28.24%-
XYZ2.474.71.27-
YUV45.58111.399.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 72 (28.52% from 255) = 77.42%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=5.38%
G=77.42%
B=17.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572160.9300.780.72129.8587.0115.1
Hex548105D04E488257f
Octal511020135011611020212717
Binary10110010001000010111010100111010010001000001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054810; }

 p { color: rgb(5,72,16); }

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

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

 a { background-color: rgb(5,72,16); }

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

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

 span { border-color: rgb(5,72,16); }

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