Html Css Color HEX #517205 Fiji Green

📋 copy color: '#517205'

red 81 ◦ green 114 ◦ blue 5

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

Shades of Fiji Green #517205

Tints of Fiji Green #517205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.5%

R = 40.5%
G = 57%
B = 2.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#517205 (or 0x517205) is known color: Fiji Green. HEX triplet: 51, 72 and 05. RGB value is (81,114,5). Sum of RGB (Red+Green+Blue) = 81+114+5=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #517205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517205 is #AE8DFA. Grayscale: #5C5C5C. Windows color (decimal): -11439611 or 356945. OLE color: 356945.

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

Color convert

RGB 81 114 5 -
CMYK 0.29 0 0.96 0.55
HSL 78.17º 0.92% 0.23% -
HSV(B) 78.17º 0.96% 0.45% -
XYZ 9.44 13.79 2.31 -
YUV 91.71 79.07 120.36 -
System Red Green Blue C M Y K H S L
Decimal 81 114 5 0.29 0 0.96 0.55 78.17 0.92 0.23
Hex 51 72 5 1D 0 60 37 4E 5C 17
Octal 121 162 5 35 0 140 67 116 134 27
Binary 1010001 1110010 101 11101 0 1100000 110111 1001110 1011100 10111

Color Harmonies of #517205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517205

Black with #517205

Text Example


Text Example

White with #517205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517205; }

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

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

background-color css

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

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

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

border-color css

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

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

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