Html Css Color HEX #5D937F Patina

📋 copy color: '#5D937F'

red 93 ◦ green 147 ◦ blue 127

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

Shades of Patina #5D937F

Tints of Patina #5D937F

RGB

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

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

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

R = 25.34%
G = 40.05%
B = 34.6%

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

#5D937F (or 0x5D937F) is known color: Patina. HEX triplet: 5D, 93 and 7F. RGB value is (93,147,127). Sum of RGB (Red+Green+Blue) = 93+147+127=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #5D937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D937F is #A26C80. Grayscale: #808080. Windows color (decimal): -10644609 or 8360797. OLE color: 8360797.

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

Color convert

RGB 93 147 127 -
CMYK 0.37 0 0.14 0.42
HSL 157.78º 0.23% 0.47% -
HSV(B) 157.78º 0.37% 0.58% -
XYZ 18.78 24.73 23.86 -
YUV 128.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 93 147 127 0.37 0 0.14 0.42 157.78 0.23 0.47
Hex 5D 93 7F 25 0 E 2A 9E 16 2F
Octal 135 223 177 45 0 16 52 236 26 57
Binary 1011101 10010011 1111111 100101 0 1110 101010 10011110 10110 101111

Color Harmonies of #5D937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D937F

Black with #5D937F

Text Example


Text Example

White with #5D937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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