Html Css Color HEX #5D8567 Laurel

📋 copy color: '#5D8567'

red 93 ◦ green 133 ◦ blue 103

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

Shades of Laurel #5D8567

Tints of Laurel #5D8567

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.43%

 BLUE value IS 103 (40.63% from 255) = 31.31%

R = 28.27%
G = 40.43%
B = 31.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#5D8567 (or 0x5D8567) is known color: Laurel. HEX triplet: 5D, 85 and 67. RGB value is (93,133,103). Sum of RGB (Red+Green+Blue) = 93+133+103=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8567 is #A27A98. Grayscale: #757575. Windows color (decimal): -10648217 or 6784349. OLE color: 6784349.

HSL color Cylindrical-coordinate representation of color #5D8567: hue angle of 135º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D8567 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 93 133 103 -
CMYK 0.30 0 0.23 0.48
HSL 135º 0.18% 0.44% -
HSV(B) 135º 0.3% 0.52% -
XYZ 15.35 20.08 15.9 -
YUV 117.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 93 133 103 0.30 0 0.23 0.48 135 0.18 0.44
Hex 5D 85 67 1E 0 17 30 87 12 2C
Octal 135 205 147 36 0 27 60 207 22 54
Binary 1011101 10000101 1100111 11110 0 10111 110000 10000111 10010 101100

Color Harmonies of #5D8567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8567

Black with #5D8567

Text Example


Text Example

White with #5D8567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,133,103); }

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

background-color css

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

 a { background-color: rgb(93,133,103); }

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

border-color css

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

 span { border-color: rgb(93,133,103); }

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