Html Css Color HEX #5C937F Patina

📋 copy color: '#5C937F'

red 92 ◦ green 147 ◦ blue 127

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

Shades of Patina #5C937F

Tints of Patina #5C937F

RGB

 RED value IS 92 (36.33% from 255) = 25.14%

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

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

R = 25.14%
G = 40.16%
B = 34.7%

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

#5C937F (or 0x5C937F) is known color: Patina. HEX triplet: 5C, 93 and 7F. RGB value is (92,147,127). Sum of RGB (Red+Green+Blue) = 92+147+127=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #5C937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C937F is #A36C80. Grayscale: #808080. Windows color (decimal): -10710145 or 8360796. OLE color: 8360796.

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

Color convert

RGB 92 147 127 -
CMYK 0.37 0 0.14 0.42
HSL 158.18º 0.23% 0.47% -
HSV(B) 158.18º 0.37% 0.58% -
XYZ 18.68 24.68 23.86 -
YUV 128.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 92 147 127 0.37 0 0.14 0.42 158.18 0.23 0.47
Hex 5C 93 7F 25 0 E 2A 9E 17 2F
Octal 134 223 177 45 0 16 52 236 27 57
Binary 1011100 10010011 1111111 100101 0 1110 101010 10011110 10111 101111

Color Harmonies of #5C937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C937F

Black with #5C937F

Text Example


Text Example

White with #5C937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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