#507209

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

Shades of Fiji Green #507209

Tints of Fiji Green #507209

Color information

#507209 (or 0x507209) is unknown color: approx Fiji Green. HEX triplet: 50, 72 and 09. RGB value is (80,114,9). Sum of RGB (Red+Green+Blue) = 80+114+9=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #507209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507209 is #AF8DF6. Grayscale: #5C5C5C. Windows color (decimal): -11505143 or 619088. OLE color: 619088.

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

Color convert

RGB801149-
CMYK0.3000.920.55
HSL79.43º85.37%24.12%-
HSV(B)79.43º92.11%44.71%-
XYZ9.3713.762.42-
YUV91.8681.24119.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 114 (44.92% from 255) = 56.16%
BLUE value IS 9 (3.91% from 255) = 4.43%
R=39.41%
G=56.16%
B=4.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8011490.3000.920.5579.4385.3724.12
Hex507291E05C374f5518
Octal120162113601346711712530
Binary10100001110010100111110010111001101111001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507209; }

 p { color: rgb(80,114,9); }

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

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

 a { background-color: rgb(80,114,9); }

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

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

 span { border-color: rgb(80,114,9); }

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