#5E7320

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

Shades of Fiji Green #5E7320

Tints of Fiji Green #5E7320

Color information

#5E7320 (or 0x5E7320) is unknown color: approx Fiji Green. HEX triplet: 5E, 73 and 20. RGB value is (94,115,32). Sum of RGB (Red+Green+Blue) = 94+115+32=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7320 is #A18CDF. Grayscale: #636363. Windows color (decimal): -10587360 or 2126686. OLE color: 2126686.

HSL color Cylindrical-coordinate representation of color #5E7320: hue angle of 75.18º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E7320 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB9411532-
CMYK0.1800.720.55
HSL75.18º56.46%28.82%-
HSV(B)75.18º72.17%45.1%-
XYZ11.0114.753.63-
YUV99.2690.04124.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.00%
GREEN value IS 115 (45.31% from 255) = 47.72%
BLUE value IS 32 (12.89% from 255) = 13.28%
R=39.00%
G=47.72%
B=13.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94115320.1800.720.5575.1856.4628.82
Hex5E732012048374b381d
Octal13616340220110671137035
Binary101111011100111000001001001001000110111100101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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