#527205

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

Shades of Fiji Green #527205

Tints of Fiji Green #527205

Color information

#527205 (or 0x527205) is unknown color: approx Fiji Green. HEX triplet: 52, 72 and 05. RGB value is (82,114,5). Sum of RGB (Red+Green+Blue) = 82+114+5=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #527205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527205 is #AD8DFA. Grayscale: #5C5C5C. Windows color (decimal): -11374075 or 356946. OLE color: 356946.

HSL color Cylindrical-coordinate representation of color #527205: hue angle of 77.61º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #527205 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB821145-
CMYK0.2800.960.55
HSL77.61º91.6%23.33%-
HSV(B)77.61º95.61%44.71%-
XYZ9.5213.842.31-
YUV92.0178.9120.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 5 (2.34% from 255) = 2.49%
R=40.80%
G=56.72%
B=2.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8211450.2800.960.5577.6191.623.33
Hex527251C060374e5c17
Octal12216253401406711613427
Binary1010010111001010111100011000001101111001110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527205; }

 p { color: rgb(82,114,5); }

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

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

 a { background-color: rgb(82,114,5); }

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

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

 span { border-color: rgb(82,114,5); }

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