#527601

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

Shades of Fiji Green #527601

Tints of Fiji Green #527601

Color information

#527601 (or 0x527601) is unknown color: approx Fiji Green. HEX triplet: 52, 76 and 01. RGB value is (82,118,1). Sum of RGB (Red+Green+Blue) = 82+118+1=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #527601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527601 is #AD89FE. Grayscale: #5E5E5E. Windows color (decimal): -11373055 or 95826. OLE color: 95826.

HSL color Cylindrical-coordinate representation of color #527601: hue angle of 78.46º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #527601 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB821181-
CMYK0.3100.990.54
HSL78.46º98.32%23.33%-
HSV(B)78.46º99.15%46.27%-
XYZ9.9614.752.35-
YUV93.975.57119.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 118 (46.48% from 255) = 58.71%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=40.80%
G=58.71%
B=0.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8211810.3100.990.5478.4698.3223.33
Hex527611F063364e6217
Octal12216613701436611614227
Binary10100101110110111111011000111101101001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527601; }

 p { color: rgb(82,118,1); }

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

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

 a { background-color: rgb(82,118,1); }

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

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

 span { border-color: rgb(82,118,1); }

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