#5E7620

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

Shades of Fiji Green #5E7620

Tints of Fiji Green #5E7620

Color information

#5E7620 (or 0x5E7620) is unknown color: approx Fiji Green. HEX triplet: 5E, 76 and 20. RGB value is (94,118,32). Sum of RGB (Red+Green+Blue) = 94+118+32=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7620 is #A189DF. Grayscale: #656565. Windows color (decimal): -10586592 or 2127454. OLE color: 2127454.

HSL color Cylindrical-coordinate representation of color #5E7620: hue angle of 76.74º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E7620 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB9411832-
CMYK0.2000.730.54
HSL76.74º57.33%29.41%-
HSV(B)76.74º72.88%46.27%-
XYZ11.3615.443.75-
YUV101.0289.05122.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.52%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 32 (12.89% from 255) = 13.11%
R=38.52%
G=48.36%
B=13.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal94118320.2000.730.5476.7457.3329.41
Hex5E762014049364d391d
Octal13616640240111661157135
Binary101111011101101000001010001001001110110100110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E7620; }

 p { color: rgb(94,118,32); }

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

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

 a { background-color: rgb(94,118,32); }

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

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

 span { border-color: rgb(94,118,32); }

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