Html Css Color HEX #054F13 Deep Fir

📋 copy color: '#054F13'

red 5 ◦ green 79 ◦ blue 19

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

Shades of Deep Fir #054F13

Tints of Deep Fir #054F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 18.45%

R = 4.85%
G = 76.7%
B = 18.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#054F13 (or 0x054F13) is known color: 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

RGB 5 79 19 -
CMYK 0.94 0 0.76 0.69
HSL 131.35º 0.88% 0.16% -
HSV(B) 131.35º 0.94% 0.31% -
XYZ 2.98 5.67 1.55 -
YUV 50.03 110.48 95.88 -
System Red Green Blue C M Y K H S L
Decimal 5 79 19 0.94 0 0.76 0.69 131.35 0.88 0.16
Hex 5 4F 13 5E 0 4C 45 83 58 10
Octal 5 117 23 136 0 114 105 203 130 20
Binary 101 1001111 10011 1011110 0 1001100 1000101 10000011 1011000 10000

Color Harmonies of #054F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054F13

Black with #054F13

Text Example


Text Example

White with #054F13

Text Example


Text Example

HTML Codes & Css Web 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>