#527603

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

Shades of Fiji Green #527603

Tints of Fiji Green #527603

Color information

#527603 (or 0x527603) is unknown color: approx Fiji Green. HEX triplet: 52, 76 and 03. RGB value is (82,118,3). Sum of RGB (Red+Green+Blue) = 82+118+3=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #527603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527603 is #AD89FC. Grayscale: #5E5E5E. Windows color (decimal): -11373053 or 226898. OLE color: 226898.

HSL color Cylindrical-coordinate representation of color #527603: hue angle of 78.78º 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 #527603 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB821183-
CMYK0.3100.970.54
HSL78.78º95.04%23.73%-
HSV(B)78.78º97.46%46.27%-
XYZ9.9714.762.41-
YUV94.1376.57119.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 118 (46.48% from 255) = 58.13%
BLUE value IS 3 (1.56% from 255) = 1.48%
R=40.39%
G=58.13%
B=1.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8211830.3100.970.5478.7895.0423.73
Hex527631F061364f5f18
Octal12216633701416611713730
Binary101001011101101111111011000011101101001111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527603; }

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

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

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

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

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

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

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

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