#527803

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

Shades of Fiji Green #527803

Tints of Fiji Green #527803

Color information

#527803 (or 0x527803) is unknown color: approx Fiji Green. HEX triplet: 52, 78 and 03. RGB value is (82,120,3). Sum of RGB (Red+Green+Blue) = 82+120+3=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 120 (47.27% from 255 or 58.54% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 120 - color contains mainly: green. Hex color #527803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527803 is #AD87FC. Grayscale: #5F5F5F. Windows color (decimal): -11372541 or 227410. OLE color: 227410.

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

Color convert

RGB821203-
CMYK0.3200.980.53
HSL79.49º95.12%24.12%-
HSV(B)79.49º97.5%47.06%-
XYZ10.2115.232.49-
YUV95.375.91118.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 120 (47.27% from 255) = 58.54%
BLUE value IS 3 (1.56% from 255) = 1.46%
R=40%
G=58.54%
B=1.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8212030.3200.980.5379.4995.1224.12
Hex5278320062354f5f18
Octal12217034001426511713730
Binary1010010111100011100000011000101101011001111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527803; }

 p { color: rgb(82,120,3); }

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

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

 a { background-color: rgb(82,120,3); }

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

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

 span { border-color: rgb(82,120,3); }

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