#054914

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

Shades of Deep Fir #054914

Tints of Deep Fir #054914

Color information

#054914 (or 0x054914) is unknown color: approx Deep Fir. HEX triplet: 05, 49 and 14. RGB value is (5,73,20). Sum of RGB (Red+Green+Blue) = 5+73+20=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 73 (28.91% from 255 or 74.49% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 73 - color contains mainly: green. Hex color #054914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054914 is #FAB6EB. Grayscale: #2E2E2E. Windows color (decimal): -16430828 or 1329413. OLE color: 1329413.

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

Color convert

RGB57320-
CMYK0.9300.730.71
HSL133.24º87.18%15.29%-
HSV(B)133.24º93.15%28.63%-
XYZ2.574.851.46-
YUV46.63112.9798.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 73 (28.91% from 255) = 74.49%
BLUE value IS 20 (8.20% from 255) = 20.41%
R=5.10%
G=74.49%
B=20.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573200.9300.730.71133.2487.1815.29
Hex549145D049478557f
Octal511124135011110720512717
Binary10110010011010010111010100100110001111000010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054914; }

 p { color: rgb(5,73,20); }

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

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

 a { background-color: rgb(5,73,20); }

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

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

 span { border-color: rgb(5,73,20); }

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