Html Css Color HEX #527210 Fiji Green

📋 copy color: '#527210'

red 82 ◦ green 114 ◦ blue 16

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

Shades of Fiji Green #527210

Tints of Fiji Green #527210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.77%

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

R = 38.68%
G = 53.77%
B = 7.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#527210 (or 0x527210) is known color: Fiji Green. HEX triplet: 52, 72 and 10. RGB value is (82,114,16). Sum of RGB (Red+Green+Blue) = 82+114+16=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #527210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527210 is #AD8DEF. Grayscale: #5D5D5D. Windows color (decimal): -11374064 or 1077842. OLE color: 1077842.

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

Color convert

RGB 82 114 16 -
CMYK 0.28 0 0.86 0.55
HSL 79.59º 0.75% 0.25% -
HSV(B) 79.59º 0.86% 0.45% -
XYZ 9.59 13.87 2.66 -
YUV 93.26 84.4 119.97 -
System Red Green Blue C M Y K H S L
Decimal 82 114 16 0.28 0 0.86 0.55 79.59 0.75 0.25
Hex 52 72 10 1C 0 56 37 50 4B 19
Octal 122 162 20 34 0 126 67 120 113 31
Binary 1010010 1110010 10000 11100 0 1010110 110111 1010000 1001011 11001

Color Harmonies of #527210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527210

Black with #527210

Text Example


Text Example

White with #527210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527210; }

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

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

background-color css

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

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

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

border-color css

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

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

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