#527503

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

Shades of Fiji Green #527503

Tints of Fiji Green #527503

Color information

#527503 (or 0x527503) is unknown color: approx Fiji Green. HEX triplet: 52, 75 and 03. RGB value is (82,117,3). Sum of RGB (Red+Green+Blue) = 82+117+3=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #527503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527503 is #AD8AFC. Grayscale: #5D5D5D. Windows color (decimal): -11373309 or 226642. OLE color: 226642.

HSL color Cylindrical-coordinate representation of color #527503: hue angle of 78.42º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #527503 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB821173-
CMYK0.3000.970.54
HSL78.42º95%23.53%-
HSV(B)78.42º97.44%45.88%-
XYZ9.8614.522.37-
YUV93.5476.9119.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 117 (46.09% from 255) = 57.92%
BLUE value IS 3 (1.56% from 255) = 1.49%
R=40.59%
G=57.92%
B=1.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8211730.3000.970.5478.429523.53
Hex527531E061364e5f18
Octal12216533601416611613730
Binary101001011101011111110011000011101101001110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527503; }

 p { color: rgb(82,117,3); }

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

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

 a { background-color: rgb(82,117,3); }

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

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

 span { border-color: rgb(82,117,3); }

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