Html Css Color HEX #517200 Fiji Green

📋 copy color: '#517200'

red 81 ◦ green 114 ◦ blue 0

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

Shades of Fiji Green #517200

Tints of Fiji Green #517200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.54%
G = 58.46%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#517200 (or 0x517200) is known color: Fiji Green. HEX triplet: 51, 72 and 00. RGB value is (81,114,0). Sum of RGB (Red+Green+Blue) = 81+114+0=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 114 (44.92% from 255 or 58.46% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 114 - color contains mainly: green. Hex color #517200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517200 is #AE8DFF. Grayscale: #5B5B5B. Windows color (decimal): -11439616 or 29265. OLE color: 29265.

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

Color convert

RGB 81 114 0 -
CMYK 0.29 0 1 0.55
HSL 77.37º 1% 0.22% -
HSV(B) 77.37º 1% 0.45% -
XYZ 9.41 13.78 2.16 -
YUV 91.14 76.57 120.77 -
System Red Green Blue C M Y K H S L
Decimal 81 114 0 0.29 0 1 0.55 77.37 1 0.22
Hex 51 72 0 1D 0 64 37 4D 64 16
Octal 121 162 0 35 0 144 67 115 144 26
Binary 1010001 1110010 0 11101 0 1100100 110111 1001101 1100100 10110

Color Harmonies of #517200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517200

Black with #517200

Text Example


Text Example

White with #517200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517200; }

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

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

background-color css

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

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

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

border-color css

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

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

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