#527908

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

Shades of Fiji Green #527908

Tints of Fiji Green #527908

Color information

#527908 (or 0x527908) is unknown color: approx Fiji Green. HEX triplet: 52, 79 and 08. RGB value is (82,121,8). Sum of RGB (Red+Green+Blue) = 82+121+8=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #527908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527908 is #AD86F7. Grayscale: #606060. Windows color (decimal): -11372280 or 555346. OLE color: 555346.

HSL color Cylindrical-coordinate representation of color #527908: hue angle of 80.71º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #527908 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB821218-
CMYK0.3200.930.53
HSL80.71º87.6%25.29%-
HSV(B)80.71º93.39%47.45%-
XYZ10.3615.492.67-
YUV96.4678.08117.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 121 (47.66% from 255) = 57.35%
BLUE value IS 8 (3.52% from 255) = 3.79%
R=38.86%
G=57.35%
B=3.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8212180.3200.930.5380.7187.625.29
Hex527982005D35515819
Octal122171104001356512113031
Binary101001011110011000100000010111011101011010001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527908; }

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

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

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

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

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

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

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

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