Html Css Color HEX #5D8D7D Patina

📋 copy color: '#5D8D7D'

red 93 ◦ green 141 ◦ blue 125

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

Shades of Patina #5D8D7D

Tints of Patina #5D8D7D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.28%

 BLUE value IS 125 (49.22% from 255) = 34.82%

R = 25.91%
G = 39.28%
B = 34.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#5D8D7D (or 0x5D8D7D) is known color: Patina. HEX triplet: 5D, 8D and 7D. RGB value is (93,141,125). Sum of RGB (Red+Green+Blue) = 93+141+125=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 141 - color contains mainly: green. Hex color #5D8D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8D7D is #A27282. Grayscale: #7C7C7C. Windows color (decimal): -10646147 or 8228189. OLE color: 8228189.

HSL color Cylindrical-coordinate representation of color #5D8D7D: hue angle of 160º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D8D7D is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 93 141 125 -
CMYK 0.34 0 0.11 0.45
HSL 160º 0.21% 0.46% -
HSV(B) 160º 0.34% 0.55% -
XYZ 17.74 22.86 22.88 -
YUV 124.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 93 141 125 0.34 0 0.11 0.45 160 0.21 0.46
Hex 5D 8D 7D 22 0 B 2D A0 15 2E
Octal 135 215 175 42 0 13 55 240 25 56
Binary 1011101 10001101 1111101 100010 0 1011 101101 10100000 10101 101110

Color Harmonies of #5D8D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8D7D

Black with #5D8D7D

Text Example


Text Example

White with #5D8D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,141,125); }

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

background-color css

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

 a { background-color: rgb(93,141,125); }

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

border-color css

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

 span { border-color: rgb(93,141,125); }

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