#527e01

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

Shades of Fiji Green #527E01

Tints of Fiji Green #527E01

Color information

#527E01 (or 0x527E01) is unknown color: approx Fiji Green. HEX triplet: 52, 7E and 01. RGB value is (82,126,1). Sum of RGB (Red+Green+Blue) = 82+126+1=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 126 (49.61% from 255 or 60.29% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 126 - color contains mainly: green. Hex color #527E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527E01 is #AD81FE. Grayscale: #636363. Windows color (decimal): -11371007 or 97874. OLE color: 97874.

HSL color Cylindrical-coordinate representation of color #527E01: hue angle of 81.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #527E01 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB821261-
CMYK0.3500.990.51
HSL81.12º98.43%24.9%-
HSV(B)81.12º99.21%49.41%-
XYZ10.9516.722.68-
YUV98.5972.92116.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 126 (49.61% from 255) = 60.29%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=39.23%
G=60.29%
B=0.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8212610.3500.990.5181.1298.4324.9
Hex527E12306333516219
Octal12217614301436312114231
Binary101001011111101100011011000111100111010001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527e01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527e01; }

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

 H1.HeaderClassName
 {
   color: #527e01;
 }
 .AnyTagClassName
 {
   color: #527e01;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #527e01;
 }
 .BgClassName
 {
   background-color: #527e01;
 }
</style>
border-color css

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

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

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