Html Css Color HEX #5E9363 Laurel

📋 copy color: '#5E9363'

red 94 ◦ green 147 ◦ blue 99

#5E9363
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #5E9363

Tints of Laurel #5E9363

RGB

 RED value IS 94 (37.11% from 255) = 27.65%

 GREEN value IS 147 (57.81% from 255) = 43.24%

 BLUE value IS 99 (39.06% from 255) = 29.12%

R = 27.65%
G = 43.24%
B = 29.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#5E9363 (or 0x5E9363) is known color: Laurel. HEX triplet: 5E, 93 and 63. RGB value is (94,147,99). Sum of RGB (Red+Green+Blue) = 94+147+99=340 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.65% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9363 is #A16C9C. Grayscale: #7D7D7D. Windows color (decimal): -10579101 or 6525790. OLE color: 6525790.

HSL color Cylindrical-coordinate representation of color #5E9363: hue angle of 125.66º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E9363 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 147 99 -
CMYK 0.36 0 0.33 0.42
HSL 125.66º 0.22% 0.47% -
HSV(B) 125.66º 0.36% 0.58% -
XYZ 17.3 24.15 15.55 -
YUV 125.68 112.94 105.4 -
System Red Green Blue C M Y K H S L
Decimal 94 147 99 0.36 0 0.33 0.42 125.66 0.22 0.47
Hex 5E 93 63 24 0 21 2A 7E 16 2F
Octal 136 223 143 44 0 41 52 176 26 57
Binary 1011110 10010011 1100011 100100 0 100001 101010 1111110 10110 101111

Color Harmonies of #5E9363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9363

Black with #5E9363

Text Example


Text Example

White with #5E9363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,147,99); }

 H1.HeaderClassName
 {
   color: #5E9363;
 }
 .AnyTagClassName
 {
   color: #5E9363;
 }
</style>

background-color css

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

 a { background-color: rgb(94,147,99); }

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

border-color css

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

 span { border-color: rgb(94,147,99); }

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