Html Css Color HEX #054F12 Deep Fir

📋 copy color: '#054F12'

red 5 ◦ green 79 ◦ blue 18

#054F12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #054F12

Tints of Deep Fir #054F12

RGB

 RED value IS 5 (2.34% from 255) = 4.9%

 GREEN value IS 79 (31.25% from 255) = 77.45%

 BLUE value IS 18 (7.42% from 255) = 17.65%

R = 4.9%
G = 77.45%
B = 17.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.69

RGB Variations

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

Color information

#054F12 (or 0x054F12) is known color: Deep Fir. HEX triplet: 05, 4F and 12. RGB value is (5,79,18). Sum of RGB (Red+Green+Blue) = 5+79+18=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 79 (31.25% from 255 or 77.45% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 79 - color contains mainly: green. Hex color #054F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #054F12 is #FAB0ED. Grayscale: #323232. Windows color (decimal): -16429294 or 1199877. OLE color: 1199877.

HSL color Cylindrical-coordinate representation of color #054F12: hue angle of 130.54º 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 #054F12 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 79 18 -
CMYK 0.94 0 0.77 0.69
HSL 130.54º 0.88% 0.16% -
HSV(B) 130.54º 0.94% 0.31% -
XYZ 2.97 5.67 1.51 -
YUV 49.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 5 79 18 0.94 0 0.77 0.69 130.54 0.88 0.16
Hex 5 4F 12 5E 0 4D 45 83 58 10
Octal 5 117 22 136 0 115 105 203 130 20
Binary 101 1001111 10010 1011110 0 1001101 1000101 10000011 1011000 10000

Color Harmonies of #054F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054F12

Black with #054F12

Text Example


Text Example

White with #054F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #054F12;
 }
 .AnyTagClassName
 {
   color: #054F12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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