Html Css Color HEX #527211 Fiji Green

📋 copy color: '#527211'

red 82 ◦ green 114 ◦ blue 17

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

Shades of Fiji Green #527211

Tints of Fiji Green #527211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.98%

R = 38.5%
G = 53.52%
B = 7.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#527211 (or 0x527211) is known color: Fiji Green. HEX triplet: 52, 72 and 11. RGB value is (82,114,17). Sum of RGB (Red+Green+Blue) = 82+114+17=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #527211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527211 is #AD8DEE. Grayscale: #5D5D5D. Windows color (decimal): -11374063 or 1143378. OLE color: 1143378.

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

Color convert

RGB 82 114 17 -
CMYK 0.28 0 0.85 0.55
HSL 79.79º 0.74% 0.26% -
HSV(B) 79.79º 0.85% 0.45% -
XYZ 9.6 13.87 2.7 -
YUV 93.37 84.9 119.89 -
System Red Green Blue C M Y K H S L
Decimal 82 114 17 0.28 0 0.85 0.55 79.79 0.74 0.26
Hex 52 72 11 1C 0 55 37 50 4A 1A
Octal 122 162 21 34 0 125 67 120 112 32
Binary 1010010 1110010 10001 11100 0 1010101 110111 1010000 1001010 11010

Color Harmonies of #527211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527211

Black with #527211

Text Example


Text Example

White with #527211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527211; }

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

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

background-color css

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

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

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

border-color css

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

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

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