#527700

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

Shades of Fiji Green #527700

Tints of Fiji Green #527700

Color information

#527700 (or 0x527700) is unknown color: approx Fiji Green. HEX triplet: 52, 77 and 00. RGB value is (82,119,0). Sum of RGB (Red+Green+Blue) = 82+119+0=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #527700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527700 is #AD88FF. Grayscale: #5E5E5E. Windows color (decimal): -11372800 or 30546. OLE color: 30546.

HSL color Cylindrical-coordinate representation of color #527700: hue angle of 78.66º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #527700 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB821190-
CMYK0.31010.53
HSL78.66º100%23.33%-
HSV(B)78.66º100%46.67%-
XYZ10.0814.992.36-
YUV94.3774.74119.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 119 (46.88% from 255) = 59.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.80%
G=59.20%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8211900.31010.5378.6610023.33
Hex527701F064354f6417
Octal12216703701446511714427
Binary10100101110111011111011001001101011001111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527700; }

 p { color: rgb(82,119,0); }

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

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

 a { background-color: rgb(82,119,0); }

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

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

 span { border-color: rgb(82,119,0); }

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