#507208

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

Shades of Fiji Green #507208

Tints of Fiji Green #507208

Color information

#507208 (or 0x507208) is unknown color: approx Fiji Green. HEX triplet: 50, 72 and 08. RGB value is (80,114,8). Sum of RGB (Red+Green+Blue) = 80+114+8=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #507208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507208 is #AF8DF7. Grayscale: #5C5C5C. Windows color (decimal): -11505144 or 553552. OLE color: 553552.

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

Color convert

RGB801148-
CMYK0.3000.930.55
HSL79.25º86.89%23.92%-
HSV(B)79.25º92.98%44.71%-
XYZ9.3713.762.39-
YUV91.7580.74119.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 114 (44.92% from 255) = 56.44%
BLUE value IS 8 (3.52% from 255) = 3.96%
R=39.60%
G=56.44%
B=3.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8011480.3000.930.5579.2586.8923.92
Hex507281E05D374f5718
Octal120162103601356711712730
Binary10100001110010100011110010111011101111001111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507208; }

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

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

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

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

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

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

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

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