Html Css Color HEX #527201 Fiji Green

📋 copy color: '#527201'

red 82 ◦ green 114 ◦ blue 1

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

Shades of Fiji Green #527201

Tints of Fiji Green #527201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 41.62%
G = 57.87%
B = 0.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#527201 (or 0x527201) is known color: Fiji Green. HEX triplet: 52, 72 and 01. RGB value is (82,114,1). Sum of RGB (Red+Green+Blue) = 82+114+1=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #527201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527201 is #AD8DFE. Grayscale: #5B5B5B. Windows color (decimal): -11374079 or 94802. OLE color: 94802.

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

Color convert

RGB 82 114 1 -
CMYK 0.28 0 0.99 0.55
HSL 76.99º 0.98% 0.23% -
HSV(B) 76.99º 0.99% 0.45% -
XYZ 9.5 13.83 2.2 -
YUV 91.55 76.9 121.19 -
System Red Green Blue C M Y K H S L
Decimal 82 114 1 0.28 0 0.99 0.55 76.99 0.98 0.23
Hex 52 72 1 1C 0 63 37 4D 62 17
Octal 122 162 1 34 0 143 67 115 142 27
Binary 1010010 1110010 1 11100 0 1100011 110111 1001101 1100010 10111

Color Harmonies of #527201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527201

Black with #527201

Text Example


Text Example

White with #527201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527201; }

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

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

background-color css

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

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

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

border-color css

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

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

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