#5E9D64

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

Shades of Laurel #5E9D64

Tints of Laurel #5E9D64

Color information

#5E9D64 (or 0x5E9D64) is unknown color: approx Laurel. HEX triplet: 5E, 9D and 64. RGB value is (94,157,100). Sum of RGB (Red+Green+Blue) = 94+157+100=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9D64 is #A1629B. Grayscale: #838383. Windows color (decimal): -10576540 or 6593886. OLE color: 6593886.

HSL color Cylindrical-coordinate representation of color #5E9D64: hue angle of 125.71º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E9D64 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB94157100-
CMYK0.4000.360.38
HSL125.71º25.1%49.22%-
HSV(B)125.71º40.13%61.57%-
XYZ18.9727.4116.35-
YUV131.66110.13101.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.78%
GREEN value IS 157 (61.72% from 255) = 44.73%
BLUE value IS 100 (39.45% from 255) = 28.49%
R=26.78%
G=44.73%
B=28.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941571000.4000.360.38125.7125.149.22
Hex5E9D6428024267e1931
Octal13623514450044461763161
Binary10111101001110111001001010000100100100110111111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,157,100); }

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

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

 a { background-color: rgb(94,157,100); }

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

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

 span { border-color: rgb(94,157,100); }

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