#5EA361

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

Shades of Fern #5EA361

Tints of Fern #5EA361

Color information

#5EA361 (or 0x5EA361) is unknown color: approx Fern. HEX triplet: 5E, A3 and 61. RGB value is (94,163,97). Sum of RGB (Red+Green+Blue) = 94+163+97=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA361 is #A15C9E. Grayscale: #878787. Windows color (decimal): -10575007 or 6398814. OLE color: 6398814.

HSL color Cylindrical-coordinate representation of color #5EA361: hue angle of 122.61º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA361 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB9416397-
CMYK0.4200.400.36
HSL122.61º27.27%50.39%-
HSV(B)122.61º42.33%63.92%-
XYZ19.8729.4415.94-
YUV134.84106.6498.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.55%
GREEN value IS 163 (64.06% from 255) = 46.05%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=26.55%
G=46.05%
B=27.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94163970.4200.400.36122.6127.2750.39
Hex5EA3612A028247b1b32
Octal13624314152050441733362
Binary10111101010001111000011010100101000100100111101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,163,97); }

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

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

 a { background-color: rgb(94,163,97); }

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

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

 span { border-color: rgb(94,163,97); }

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