Html Css Color HEX #517210 Fiji Green

📋 copy color: '#517210'

red 81 ◦ green 114 ◦ blue 16

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

Shades of Fiji Green #517210

Tints of Fiji Green #517210

RGB

 RED value IS 81 (32.03% from 255) = 38.39%

 GREEN value IS 114 (44.92% from 255) = 54.03%

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

R = 38.39%
G = 54.03%
B = 7.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#517210 (or 0x517210) is known color: Fiji Green. HEX triplet: 51, 72 and 10. RGB value is (81,114,16). Sum of RGB (Red+Green+Blue) = 81+114+16=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #517210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517210 is #AE8DEF. Grayscale: #5D5D5D. Windows color (decimal): -11439600 or 1077841. OLE color: 1077841.

HSL color Cylindrical-coordinate representation of color #517210: hue angle of 80.2º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #517210 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 114 16 -
CMYK 0.29 0 0.86 0.55
HSL 80.2º 0.75% 0.25% -
HSV(B) 80.2º 0.86% 0.45% -
XYZ 9.5 13.82 2.66 -
YUV 92.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 81 114 16 0.29 0 0.86 0.55 80.2 0.75 0.25
Hex 51 72 10 1D 0 56 37 50 4B 19
Octal 121 162 20 35 0 126 67 120 113 31
Binary 1010001 1110010 10000 11101 0 1010110 110111 1010000 1001011 11001

Color Harmonies of #517210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517210

Black with #517210

Text Example


Text Example

White with #517210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517210; }

 p { color: rgb(81,114,16); }

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

background-color css

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

 a { background-color: rgb(81,114,16); }

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

border-color css

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

 span { border-color: rgb(81,114,16); }

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