#527909

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

Shades of Fiji Green #527909

Tints of Fiji Green #527909

Color information

#527909 (or 0x527909) is unknown color: approx Fiji Green. HEX triplet: 52, 79 and 09. RGB value is (82,121,9). Sum of RGB (Red+Green+Blue) = 82+121+9=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 121 (47.66% from 255 or 57.08% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 121 - color contains mainly: green. Hex color #527909 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527909 is #AD86F6. Grayscale: #606060. Windows color (decimal): -11372279 or 620882. OLE color: 620882.

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

Color convert

RGB821219-
CMYK0.3200.930.53
HSL80.89º86.15%25.49%-
HSV(B)80.89º92.56%47.45%-
XYZ10.3715.492.7-
YUV96.5778.58117.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 121 (47.66% from 255) = 57.08%
BLUE value IS 9 (3.91% from 255) = 4.25%
R=38.68%
G=57.08%
B=4.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8212190.3200.930.5380.8986.1525.49
Hex527992005D35515619
Octal122171114001356512112631
Binary101001011110011001100000010111011101011010001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527909; }

 p { color: rgb(82,121,9); }

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

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

 a { background-color: rgb(82,121,9); }

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

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

 span { border-color: rgb(82,121,9); }

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