Html Css Color HEX #054712 Deep Fir

📋 copy color: '#054712'

red 5 ◦ green 71 ◦ blue 18

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

Shades of Deep Fir #054712

Tints of Deep Fir #054712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 75.53%

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

R = 5.32%
G = 75.53%
B = 19.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#054712 (or 0x054712) is known color: Deep Fir. HEX triplet: 05, 47 and 12. RGB value is (5,71,18). Sum of RGB (Red+Green+Blue) = 5+71+18=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 71 (28.12% from 255 or 75.53% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 71 - color contains mainly: green. Hex color #054712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054712 is #FAB8ED. Grayscale: #2D2D2D. Windows color (decimal): -16431342 or 1197829. OLE color: 1197829.

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

Color convert

RGB 5 71 18 -
CMYK 0.93 0 0.75 0.72
HSL 131.82º 0.87% 0.15% -
HSV(B) 131.82º 0.93% 0.28% -
XYZ 2.43 4.58 1.33 -
YUV 45.22 112.63 99.31 -
System Red Green Blue C M Y K H S L
Decimal 5 71 18 0.93 0 0.75 0.72 131.82 0.87 0.15
Hex 5 47 12 5D 0 4B 48 84 57 F
Octal 5 107 22 135 0 113 110 204 127 17
Binary 101 1000111 10010 1011101 0 1001011 1001000 10000100 1010111 1111

Color Harmonies of #054712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054712

Black with #054712

Text Example


Text Example

White with #054712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054712; }

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

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

background-color css

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

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

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

border-color css

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

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

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