Html Css Color HEX #527202 Fiji Green

📋 copy color: '#527202'

red 82 ◦ green 114 ◦ blue 2

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

Shades of Fiji Green #527202

Tints of Fiji Green #527202

RGB

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

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

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

R = 41.41%
G = 57.58%
B = 1.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#527202 (or 0x527202) is known color: Fiji Green. HEX triplet: 52, 72 and 02. RGB value is (82,114,2). Sum of RGB (Red+Green+Blue) = 82+114+2=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #527202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527202 is #AD8DFD. Grayscale: #5C5C5C. Windows color (decimal): -11374078 or 160338. OLE color: 160338.

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

Color convert

RGB 82 114 2 -
CMYK 0.28 0 0.98 0.55
HSL 77.14º 0.97% 0.23% -
HSV(B) 77.14º 0.98% 0.45% -
XYZ 9.51 13.83 2.23 -
YUV 91.66 77.4 121.11 -
System Red Green Blue C M Y K H S L
Decimal 82 114 2 0.28 0 0.98 0.55 77.14 0.97 0.23
Hex 52 72 2 1C 0 62 37 4D 61 17
Octal 122 162 2 34 0 142 67 115 141 27
Binary 1010010 1110010 10 11100 0 1100010 110111 1001101 1100001 10111

Color Harmonies of #527202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527202

Black with #527202

Text Example


Text Example

White with #527202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527202; }

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

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

background-color css

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

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

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

border-color css

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

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

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