Html Css Color HEX #517400 Fiji Green

📋 copy color: '#517400'

red 81 ◦ green 116 ◦ blue 0

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

Shades of Fiji Green #517400

Tints of Fiji Green #517400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 58.88%

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

R = 41.12%
G = 58.88%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#517400 (or 0x517400) is known color: Fiji Green. HEX triplet: 51, 74 and 00. RGB value is (81,116,0). Sum of RGB (Red+Green+Blue) = 81+116+0=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #517400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517400 is #AE8BFF. Grayscale: #5C5C5C. Windows color (decimal): -11439104 or 29777. OLE color: 29777.

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

Color convert

RGB 81 116 0 -
CMYK 0.30 0 1 0.55
HSL 78.1º 1% 0.23% -
HSV(B) 78.1º 1% 0.45% -
XYZ 9.64 14.24 2.24 -
YUV 92.31 75.9 119.93 -
System Red Green Blue C M Y K H S L
Decimal 81 116 0 0.30 0 1 0.55 78.1 1 0.23
Hex 51 74 0 1E 0 64 37 4E 64 17
Octal 121 164 0 36 0 144 67 116 144 27
Binary 1010001 1110100 0 11110 0 1100100 110111 1001110 1100100 10111

Color Harmonies of #517400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517400

Black with #517400

Text Example


Text Example

White with #517400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517400; }

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

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

background-color css

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

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

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

border-color css

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

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

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