Html Css Color HEX #5D9A64 Laurel

📋 copy color: '#5D9A64'

red 93 ◦ green 154 ◦ blue 100

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

Shades of Laurel #5D9A64

Tints of Laurel #5D9A64

RGB

 RED value IS 93 (36.72% from 255) = 26.8%

 GREEN value IS 154 (60.55% from 255) = 44.38%

 BLUE value IS 100 (39.45% from 255) = 28.82%

R = 26.8%
G = 44.38%
B = 28.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#5D9A64 (or 0x5D9A64) is known color: Laurel. HEX triplet: 5D, 9A and 64. RGB value is (93,154,100). Sum of RGB (Red+Green+Blue) = 93+154+100=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 154 - color contains mainly: green. Hex color #5D9A64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9A64 is #A2659B. Grayscale: #818181. Windows color (decimal): -10642844 or 6593117. OLE color: 6593117.

HSL color Cylindrical-coordinate representation of color #5D9A64: hue angle of 126.89º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9A64 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB 93 154 100 -
CMYK 0.40 0 0.35 0.40
HSL 126.89º 0.25% 0.48% -
HSV(B) 126.89º 0.4% 0.6% -
XYZ 18.37 26.36 16.18 -
YUV 129.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 93 154 100 0.40 0 0.35 0.40 126.89 0.25 0.48
Hex 5D 9A 64 28 0 23 28 7F 19 30
Octal 135 232 144 50 0 43 50 177 31 60
Binary 1011101 10011010 1100100 101000 0 100011 101000 1111111 11001 110000

Color Harmonies of #5D9A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9A64

Black with #5D9A64

Text Example


Text Example

White with #5D9A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,154,100); }

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

background-color css

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

 a { background-color: rgb(93,154,100); }

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

border-color css

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

 span { border-color: rgb(93,154,100); }

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