#5E7328

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

Shades of Fiji Green #5E7328

Tints of Fiji Green #5E7328

Color information

#5E7328 (or 0x5E7328) is unknown color: approx Fiji Green. HEX triplet: 5E, 73 and 28. RGB value is (94,115,40). Sum of RGB (Red+Green+Blue) = 94+115+40=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7328 is #A18CD7. Grayscale: #646464. Windows color (decimal): -10587352 or 2650974. OLE color: 2650974.

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

Color convert

RGB9411540-
CMYK0.1800.650.55
HSL76.8º48.39%30.39%-
HSV(B)76.8º65.22%45.1%-
XYZ11.1314.794.28-
YUV100.1794.04123.6-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.75%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 40 (16.02% from 255) = 16.06%
R=37.75%
G=46.18%
B=16.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94115400.1800.650.5576.848.3930.39
Hex5E732812041374d301e
Octal13616350220101671156036
Binary101111011100111010001001001000001110111100110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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