#527013

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

Shades of Fiji Green #527013

Tints of Fiji Green #527013

Color information

#527013 (or 0x527013) is unknown color: approx Fiji Green. HEX triplet: 52, 70 and 13. RGB value is (82,112,19). Sum of RGB (Red+Green+Blue) = 82+112+19=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #527013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527013 is #AD8FEC. Grayscale: #5C5C5C. Windows color (decimal): -11374573 or 1273938. OLE color: 1273938.

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

Color convert

RGB8211219-
CMYK0.2700.830.56
HSL79.35º70.99%25.69%-
HSV(B)79.35º83.04%43.92%-
XYZ9.3913.432.71-
YUV92.4386.56120.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 112 (44.14% from 255) = 52.58%
BLUE value IS 19 (7.81% from 255) = 8.92%
R=38.50%
G=52.58%
B=8.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82112190.2700.830.5679.3570.9925.69
Hex5270131B053384f471a
Octal122160233301237011710732
Binary101001011100001001111011010100111110001001111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527013; }

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

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

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

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

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

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

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

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