#526E09

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

Shades of Fiji Green #526E09

Tints of Fiji Green #526E09

Color information

#526E09 (or 0x526E09) is unknown color: approx Fiji Green. HEX triplet: 52, 6E and 09. RGB value is (82,110,9). Sum of RGB (Red+Green+Blue) = 82+110+9=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 110 (43.36% from 255 or 54.73% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 110 - color contains mainly: green. Hex color #526E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526E09 is #AD91F6. Grayscale: #5A5A5A. Windows color (decimal): -11375095 or 618066. OLE color: 618066.

HSL color Cylindrical-coordinate representation of color #526E09: hue angle of 76.63º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #526E09 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB821109-
CMYK0.2500.920.57
HSL76.63º84.87%23.33%-
HSV(B)76.63º91.82%43.14%-
XYZ9.112.972.28-
YUV90.1182.22122.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 110 (43.36% from 255) = 54.73%
BLUE value IS 9 (3.91% from 255) = 4.48%
R=40.80%
G=54.73%
B=4.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8211090.2500.920.5776.6384.8723.33
Hex526E91905C394d5517
Octal122156113101347111512527
Binary10100101101110100111001010111001110011001101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526E09; }

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

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

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

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

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

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

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

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