#527112

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

Shades of Fiji Green #527112

Tints of Fiji Green #527112

Color information

#527112 (or 0x527112) is unknown color: approx Fiji Green. HEX triplet: 52, 71 and 12. RGB value is (82,113,18). Sum of RGB (Red+Green+Blue) = 82+113+18=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #527112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527112 is #AD8EED. Grayscale: #5D5D5D. Windows color (decimal): -11374318 or 1208658. OLE color: 1208658.

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

Color convert

RGB8211318-
CMYK0.2700.840.56
HSL79.58º72.52%25.69%-
HSV(B)79.58º84.07%44.31%-
XYZ9.4913.652.71-
YUV92.985.73120.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 113 (44.53% from 255) = 53.05%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=38.50%
G=53.05%
B=8.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82113180.2700.840.5679.5872.5225.69
Hex5271121B0543850491a
Octal122161223301247012011132
Binary101001011100011001011011010101001110001010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527112; }

 p { color: rgb(82,113,18); }

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

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

 a { background-color: rgb(82,113,18); }

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

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

 span { border-color: rgb(82,113,18); }

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