Html Css Color HEX #517300 Fiji Green

📋 copy color: '#517300'

red 81 ◦ green 115 ◦ blue 0

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

Shades of Fiji Green #517300

Tints of Fiji Green #517300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 58.67%

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

R = 41.33%
G = 58.67%
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

#517300 (or 0x517300) is known color: Fiji Green. HEX triplet: 51, 73 and 00. RGB value is (81,115,0). Sum of RGB (Red+Green+Blue) = 81+115+0=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #517300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517300 is #AE8CFF. Grayscale: #5C5C5C. Windows color (decimal): -11439360 or 29521. OLE color: 29521.

HSL color Cylindrical-coordinate representation of color #517300: hue angle of 77.74º 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 #517300 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 115 0 -
CMYK 0.30 0 1 0.55
HSL 77.74º 1% 0.23% -
HSV(B) 77.74º 1% 0.45% -
XYZ 9.52 14.01 2.2 -
YUV 91.72 76.24 120.35 -
System Red Green Blue C M Y K H S L
Decimal 81 115 0 0.30 0 1 0.55 77.74 1 0.23
Hex 51 73 0 1E 0 64 37 4E 64 17
Octal 121 163 0 36 0 144 67 116 144 27
Binary 1010001 1110011 0 11110 0 1100100 110111 1001110 1100100 10111

Color Harmonies of #517300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517300

Black with #517300

Text Example


Text Example

White with #517300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517300; }

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

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

background-color css

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

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

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

border-color css

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

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

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