Html Css Color HEX #5D9369 Laurel

📋 copy color: '#5D9369'

red 93 ◦ green 147 ◦ blue 105

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

Shades of Laurel #5D9369

Tints of Laurel #5D9369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.43%

R = 26.96%
G = 42.61%
B = 30.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#5D9369 (or 0x5D9369) is known color: Laurel. HEX triplet: 5D, 93 and 69. RGB value is (93,147,105). Sum of RGB (Red+Green+Blue) = 93+147+105=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #5D9369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9369 is #A26C96. Grayscale: #7E7E7E. Windows color (decimal): -10644631 or 6919005. OLE color: 6919005.

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

Color convert

RGB 93 147 105 -
CMYK 0.37 0 0.29 0.42
HSL 133.33º 0.23% 0.47% -
HSV(B) 133.33º 0.37% 0.58% -
XYZ 17.5 24.21 17.12 -
YUV 126.07 116.11 104.42 -
System Red Green Blue C M Y K H S L
Decimal 93 147 105 0.37 0 0.29 0.42 133.33 0.23 0.47
Hex 5D 93 69 25 0 1D 2A 85 16 2F
Octal 135 223 151 45 0 35 52 205 26 57
Binary 1011101 10010011 1101001 100101 0 11101 101010 10000101 10110 101111

Color Harmonies of #5D9369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9369

Black with #5D9369

Text Example


Text Example

White with #5D9369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,147,105); }

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

background-color css

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

 a { background-color: rgb(93,147,105); }

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

border-color css

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

 span { border-color: rgb(93,147,105); }

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