Html Css Color HEX #527310 Fiji Green

📋 copy color: '#527310'

red 82 ◦ green 115 ◦ blue 16

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

Shades of Fiji Green #527310

Tints of Fiji Green #527310

RGB

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

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

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

R = 38.5%
G = 53.99%
B = 7.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#527310 (or 0x527310) is known color: Fiji Green. HEX triplet: 52, 73 and 10. RGB value is (82,115,16). Sum of RGB (Red+Green+Blue) = 82+115+16=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #527310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527310 is #AD8CEF. Grayscale: #5E5E5E. Windows color (decimal): -11373808 or 1078098. OLE color: 1078098.

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

Color convert

RGB 82 115 16 -
CMYK 0.29 0 0.86 0.55
HSL 80º 0.76% 0.26% -
HSV(B) 80º 0.86% 0.45% -
XYZ 9.7 14.09 2.7 -
YUV 93.85 84.07 119.55 -
System Red Green Blue C M Y K H S L
Decimal 82 115 16 0.29 0 0.86 0.55 80 0.76 0.26
Hex 52 73 10 1D 0 56 37 50 4C 1A
Octal 122 163 20 35 0 126 67 120 114 32
Binary 1010010 1110011 10000 11101 0 1010110 110111 1010000 1001100 11010

Color Harmonies of #527310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527310

Black with #527310

Text Example


Text Example

White with #527310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527310; }

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

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

background-color css

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

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

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

border-color css

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

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

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