#527506

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

Shades of Fiji Green #527506

Tints of Fiji Green #527506

Color information

#527506 (or 0x527506) is unknown color: approx Fiji Green. HEX triplet: 52, 75 and 06. RGB value is (82,117,6). Sum of RGB (Red+Green+Blue) = 82+117+6=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #527506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527506 is #AD8AF9. Grayscale: #5E5E5E. Windows color (decimal): -11373306 or 423250. OLE color: 423250.

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

Color convert

RGB821176-
CMYK0.3000.950.54
HSL78.92º90.24%24.12%-
HSV(B)78.92º94.87%45.88%-
XYZ9.8714.532.46-
YUV93.8878.4119.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 117 (46.09% from 255) = 57.07%
BLUE value IS 6 (2.73% from 255) = 2.93%
R=40%
G=57.07%
B=2.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8211760.3000.950.5478.9290.2424.12
Hex527561E05F364f5a18
Octal12216563601376611713230
Binary1010010111010111011110010111111101101001111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527506; }

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

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

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

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

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

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

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

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