Html Css Color HEX #517502 Fiji Green

📋 copy color: '#517502'

red 81 ◦ green 117 ◦ blue 2

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

Shades of Fiji Green #517502

Tints of Fiji Green #517502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 58.5%

 BLUE value IS 2 (1.17% from 255) = 1%

R = 40.5%
G = 58.5%
B = 1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#517502 (or 0x517502) is known color: Fiji Green. HEX triplet: 51, 75 and 02. RGB value is (81,117,2). Sum of RGB (Red+Green+Blue) = 81+117+2=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #517502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517502 is #AE8AFD. Grayscale: #5D5D5D. Windows color (decimal): -11438846 or 161105. OLE color: 161105.

HSL color Cylindrical-coordinate representation of color #517502: hue angle of 78.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #517502 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 117 2 -
CMYK 0.31 0 0.98 0.54
HSL 78.78º 0.97% 0.23% -
HSV(B) 78.78º 0.98% 0.46% -
XYZ 9.77 14.48 2.34 -
YUV 93.13 76.57 119.35 -
System Red Green Blue C M Y K H S L
Decimal 81 117 2 0.31 0 0.98 0.54 78.78 0.97 0.23
Hex 51 75 2 1F 0 62 36 4F 61 17
Octal 121 165 2 37 0 142 66 117 141 27
Binary 1010001 1110101 10 11111 0 1100010 110110 1001111 1100001 10111

Color Harmonies of #517502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517502

Black with #517502

Text Example


Text Example

White with #517502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517502; }

 p { color: rgb(81,117,2); }

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

background-color css

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

 a { background-color: rgb(81,117,2); }

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

border-color css

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

 span { border-color: rgb(81,117,2); }

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