#527201

Color #527201 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #527201

Tints of Fiji Green #527201

Color information

#527201 (or 0x527201) is unknown color: approx 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

RGB821141-
CMYK0.2800.990.55
HSL76.99º98.26%22.55%-
HSV(B)76.99º99.12%44.71%-
XYZ9.513.832.2-
YUV91.5576.9121.19-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8211410.2800.990.5576.9998.2622.55
Hex527211C063374d6217
Octal12216213401436711514227
Binary10100101110010111100011000111101111001101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>