#527E04

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

Shades of Fiji Green #527E04

Tints of Fiji Green #527E04

Color information

#527E04 (or 0x527E04) is unknown color: approx Fiji Green. HEX triplet: 52, 7E and 04. RGB value is (82,126,4). Sum of RGB (Red+Green+Blue) = 82+126+4=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 126 (49.61% from 255 or 59.43% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 126 - color contains mainly: green. Hex color #527E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527E04 is #AD81FB. Grayscale: #636363. Windows color (decimal): -11371004 or 294482. OLE color: 294482.

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

Color convert

RGB821264-
CMYK0.3500.970.51
HSL81.64º93.85%25.49%-
HSV(B)81.64º96.83%49.41%-
XYZ10.9616.722.77-
YUV98.9474.42115.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 126 (49.61% from 255) = 59.43%
BLUE value IS 4 (1.95% from 255) = 1.89%
R=38.68%
G=59.43%
B=1.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8212640.3500.970.5181.6493.8525.49
Hex527E42306133525e19
Octal12217644301416312213631
Binary10100101111110100100011011000011100111010010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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