Html Css Color HEX #054913 Deep Fir

📋 copy color: '#054913'

red 5 ◦ green 73 ◦ blue 19

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

Shades of Deep Fir #054913

Tints of Deep Fir #054913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 75.26%

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

R = 5.15%
G = 75.26%
B = 19.59%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#054913 (or 0x054913) is known color: Deep Fir. HEX triplet: 05, 49 and 13. RGB value is (5,73,19). Sum of RGB (Red+Green+Blue) = 5+73+19=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 73 (28.91% from 255 or 75.26% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 73 - color contains mainly: green. Hex color #054913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054913 is #FAB6EC. Grayscale: #2E2E2E. Windows color (decimal): -16430829 or 1263877. OLE color: 1263877.

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

Color convert

RGB 5 73 19 -
CMYK 0.93 0 0.74 0.71
HSL 132.35º 0.87% 0.15% -
HSV(B) 132.35º 0.93% 0.29% -
XYZ 2.56 4.84 1.42 -
YUV 46.51 112.47 98.39 -
System Red Green Blue C M Y K H S L
Decimal 5 73 19 0.93 0 0.74 0.71 132.35 0.87 0.15
Hex 5 49 13 5D 0 4A 47 84 57 F
Octal 5 111 23 135 0 112 107 204 127 17
Binary 101 1001001 10011 1011101 0 1001010 1000111 10000100 1010111 1111

Color Harmonies of #054913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054913

Black with #054913

Text Example


Text Example

White with #054913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054913; }

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

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

background-color css

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

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

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

border-color css

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

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

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