Html Css Color HEX #054710 Deep Fir

📋 copy color: '#054710'

red 5 ◦ green 71 ◦ blue 16

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

Shades of Deep Fir #054710

Tints of Deep Fir #054710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.39%

R = 5.43%
G = 77.17%
B = 17.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#054710 (or 0x054710) is known color: Deep Fir. HEX triplet: 05, 47 and 10. RGB value is (5,71,16). Sum of RGB (Red+Green+Blue) = 5+71+16=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 71 (28.12% from 255 or 77.17% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 71 - color contains mainly: green. Hex color #054710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054710 is #FAB8EF. Grayscale: #2D2D2D. Windows color (decimal): -16431344 or 1066757. OLE color: 1066757.

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

Color convert

RGB 5 71 16 -
CMYK 0.93 0 0.77 0.72
HSL 130º 0.87% 0.15% -
HSV(B) 130º 0.93% 0.28% -
XYZ 2.41 4.58 1.25 -
YUV 45 111.63 99.47 -
System Red Green Blue C M Y K H S L
Decimal 5 71 16 0.93 0 0.77 0.72 130 0.87 0.15
Hex 5 47 10 5D 0 4D 48 82 57 F
Octal 5 107 20 135 0 115 110 202 127 17
Binary 101 1000111 10000 1011101 0 1001101 1001000 10000010 1010111 1111

Color Harmonies of #054710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054710

Black with #054710

Text Example


Text Example

White with #054710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054710; }

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

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

background-color css

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

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

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

border-color css

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

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

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