Html Css Color HEX #5D947F Patina

📋 copy color: '#5D947F'

red 93 ◦ green 148 ◦ blue 127

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

Shades of Patina #5D947F

Tints of Patina #5D947F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.51%

R = 25.27%
G = 40.22%
B = 34.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#5D947F (or 0x5D947F) is known color: Patina. HEX triplet: 5D, 94 and 7F. RGB value is (93,148,127). Sum of RGB (Red+Green+Blue) = 93+148+127=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #5D947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D947F is #A26B80. Grayscale: #818181. Windows color (decimal): -10644353 or 8361053. OLE color: 8361053.

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

Color convert

RGB 93 148 127 -
CMYK 0.37 0 0.14 0.42
HSL 157.09º 0.23% 0.47% -
HSV(B) 157.09º 0.37% 0.58% -
XYZ 18.93 25.04 23.91 -
YUV 129.16 126.78 102.21 -
System Red Green Blue C M Y K H S L
Decimal 93 148 127 0.37 0 0.14 0.42 157.09 0.23 0.47
Hex 5D 94 7F 25 0 E 2A 9D 17 2F
Octal 135 224 177 45 0 16 52 235 27 57
Binary 1011101 10010100 1111111 100101 0 1110 101010 10011101 10111 101111

Color Harmonies of #5D947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D947F

Black with #5D947F

Text Example


Text Example

White with #5D947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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