#527408

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

Shades of Fiji Green #527408

Tints of Fiji Green #527408

Color information

#527408 (or 0x527408) is unknown color: approx Fiji Green. HEX triplet: 52, 74 and 08. RGB value is (82,116,8). Sum of RGB (Red+Green+Blue) = 82+116+8=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #527408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527408 is #AD8BF7. Grayscale: #5D5D5D. Windows color (decimal): -11373560 or 554066. OLE color: 554066.

HSL color Cylindrical-coordinate representation of color #527408: hue angle of 78.89º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #527408 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB821168-
CMYK0.2900.930.55
HSL78.89º87.1%24.31%-
HSV(B)78.89º93.1%45.49%-
XYZ9.7714.32.48-
YUV93.5279.74119.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.81%
GREEN value IS 116 (45.70% from 255) = 56.31%
BLUE value IS 8 (3.52% from 255) = 3.88%
R=39.81%
G=56.31%
B=3.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8211680.2900.930.5578.8987.124.31
Hex527481D05D374f5718
Octal122164103501356711712730
Binary10100101110100100011101010111011101111001111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527408; }

 p { color: rgb(82,116,8); }

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

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

 a { background-color: rgb(82,116,8); }

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

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

 span { border-color: rgb(82,116,8); }

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