#527E00

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

Shades of Fiji Green #527E00

Tints of Fiji Green #527E00

Color information

#527E00 (or 0x527E00) is unknown color: approx Fiji Green. HEX triplet: 52, 7E and 00. RGB value is (82,126,0). Sum of RGB (Red+Green+Blue) = 82+126+0=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 126 (49.61% from 255 or 60.58% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 126 - color contains mainly: green. Hex color #527E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527E00 is #AD81FF. Grayscale: #626262. Windows color (decimal): -11371008 or 32338. OLE color: 32338.

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

Color convert

RGB821260-
CMYK0.35010.51
HSL80.95º100%24.71%-
HSV(B)80.95º100%49.41%-
XYZ10.9416.722.65-
YUV98.4872.42116.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 126 (49.61% from 255) = 60.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.42%
G=60.58%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8212600.35010.5180.9510024.71
Hex527E02306433516419
Octal12217604301446312114431
Binary101001011111100100011011001001100111010001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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