Html Css Color HEX #5C947F Patina

📋 copy color: '#5C947F'

red 92 ◦ green 148 ◦ blue 127

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

Shades of Patina #5C947F

Tints of Patina #5C947F

RGB

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

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

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

R = 25.07%
G = 40.33%
B = 34.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#5C947F (or 0x5C947F) is known color: Patina. HEX triplet: 5C, 94 and 7F. RGB value is (92,148,127). Sum of RGB (Red+Green+Blue) = 92+148+127=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #5C947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C947F is #A36B80. Grayscale: #808080. Windows color (decimal): -10709889 or 8361052. OLE color: 8361052.

HSL color Cylindrical-coordinate representation of color #5C947F: hue angle of 157.5º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C947F is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 148 127 -
CMYK 0.38 0 0.14 0.42
HSL 157.5º 0.23% 0.47% -
HSV(B) 157.5º 0.38% 0.58% -
XYZ 18.83 24.99 23.91 -
YUV 128.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 92 148 127 0.38 0 0.14 0.42 157.5 0.23 0.47
Hex 5C 94 7F 26 0 E 2A 9E 17 2F
Octal 134 224 177 46 0 16 52 236 27 57
Binary 1011100 10010100 1111111 100110 0 1110 101010 10011110 10111 101111

Color Harmonies of #5C947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C947F

Black with #5C947F

Text Example


Text Example

White with #5C947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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