Html Css Color HEX #527510 Fiji Green

📋 copy color: '#527510'

red 82 ◦ green 117 ◦ blue 16

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

Shades of Fiji Green #527510

Tints of Fiji Green #527510

RGB

 RED value IS 82 (32.42% from 255) = 38.14%

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

 BLUE value IS 16 (6.64% from 255) = 7.44%

R = 38.14%
G = 54.42%
B = 7.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#527510 (or 0x527510) is known color: Fiji Green. HEX triplet: 52, 75 and 10. RGB value is (82,117,16). Sum of RGB (Red+Green+Blue) = 82+117+16=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #527510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527510 is #AD8AEF. Grayscale: #5F5F5F. Windows color (decimal): -11373296 or 1078610. OLE color: 1078610.

HSL color Cylindrical-coordinate representation of color #527510: hue angle of 80.79º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #527510 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 16 -
CMYK 0.30 0 0.86 0.54
HSL 80.79º 0.76% 0.26% -
HSV(B) 80.79º 0.86% 0.46% -
XYZ 9.93 14.55 2.78 -
YUV 95.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 82 117 16 0.30 0 0.86 0.54 80.79 0.76 0.26
Hex 52 75 10 1E 0 56 36 51 4C 1A
Octal 122 165 20 36 0 126 66 121 114 32
Binary 1010010 1110101 10000 11110 0 1010110 110110 1010001 1001100 11010

Color Harmonies of #527510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527510

Black with #527510

Text Example


Text Example

White with #527510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527510; }

 p { color: rgb(82,117,16); }

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

background-color css

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

 a { background-color: rgb(82,117,16); }

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

border-color css

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

 span { border-color: rgb(82,117,16); }

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