Html Css Color HEX #5D947D Patina

📋 copy color: '#5D947D'

red 93 ◦ green 148 ◦ blue 125

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

Shades of Patina #5D947D

Tints of Patina #5D947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

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

R = 25.41%
G = 40.44%
B = 34.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#5D947D (or 0x5D947D) is known color: Patina. HEX triplet: 5D, 94 and 7D. RGB value is (93,148,125). Sum of RGB (Red+Green+Blue) = 93+148+125=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #5D947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D947D is #A26B82. Grayscale: #808080. Windows color (decimal): -10644355 or 8229981. OLE color: 8229981.

HSL color Cylindrical-coordinate representation of color #5D947D: hue angle of 154.91º degrees, saturation: 0.23, 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 #5D947D is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 148 125 -
CMYK 0.37 0 0.16 0.42
HSL 154.91º 0.23% 0.47% -
HSV(B) 154.91º 0.37% 0.58% -
XYZ 18.81 24.99 23.23 -
YUV 128.93 125.78 102.37 -
System Red Green Blue C M Y K H S L
Decimal 93 148 125 0.37 0 0.16 0.42 154.91 0.23 0.47
Hex 5D 94 7D 25 0 10 2A 9B 17 2F
Octal 135 224 175 45 0 20 52 233 27 57
Binary 1011101 10010100 1111101 100101 0 10000 101010 10011011 10111 101111

Color Harmonies of #5D947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D947D

Black with #5D947D

Text Example


Text Example

White with #5D947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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