#527008

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

Shades of Fiji Green #527008

Tints of Fiji Green #527008

Color information

#527008 (or 0x527008) is unknown color: approx Fiji Green. HEX triplet: 52, 70 and 08. RGB value is (82,112,8). Sum of RGB (Red+Green+Blue) = 82+112+8=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #527008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527008 is #AD8FF7. Grayscale: #5B5B5B. Windows color (decimal): -11374584 or 553042. OLE color: 553042.

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

Color convert

RGB821128-
CMYK0.2700.930.56
HSL77.31º86.67%23.53%-
HSV(B)77.31º92.86%43.92%-
XYZ9.3213.42.33-
YUV91.1781.06121.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 112 (44.14% from 255) = 55.45%
BLUE value IS 8 (3.52% from 255) = 3.96%
R=40.59%
G=55.45%
B=3.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8211280.2700.930.5677.3186.6723.53
Hex527081B05D384d5718
Octal122160103301357011512730
Binary10100101110000100011011010111011110001001101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527008; }

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

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

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

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

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

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

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

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