Html Css Color HEX #58947F Patina

📋 copy color: '#58947F'

red 88 ◦ green 148 ◦ blue 127

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

Shades of Patina #58947F

Tints of Patina #58947F

RGB

 RED value IS 88 (34.77% from 255) = 24.24%

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

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

R = 24.24%
G = 40.77%
B = 34.99%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#58947F (or 0x58947F) is known color: Patina. HEX triplet: 58, 94 and 7F. RGB value is (88,148,127). Sum of RGB (Red+Green+Blue) = 88+148+127=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #58947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58947F is #A76B80. Grayscale: #7F7F7F. Windows color (decimal): -10972033 or 8361048. OLE color: 8361048.

HSL color Cylindrical-coordinate representation of color #58947F: hue angle of 159º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58947F is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 148 127 -
CMYK 0.41 0 0.14 0.42
HSL 159º 0.25% 0.46% -
HSV(B) 159º 0.41% 0.58% -
XYZ 18.45 24.79 23.89 -
YUV 127.67 127.62 99.71 -
System Red Green Blue C M Y K H S L
Decimal 88 148 127 0.41 0 0.14 0.42 159 0.25 0.46
Hex 58 94 7F 29 0 E 2A 9F 19 2E
Octal 130 224 177 51 0 16 52 237 31 56
Binary 1011000 10010100 1111111 101001 0 1110 101010 10011111 11001 101110

Color Harmonies of #58947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58947F

Black with #58947F

Text Example


Text Example

White with #58947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58947F; }

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

 H1.HeaderClassName
 {
   color: #58947F;
 }
 .AnyTagClassName
 {
   color: #58947F;
 }
</style>

background-color css

<style>
 a { background-color: #58947F; }

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

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

border-color css

<style>
 span { border-color: #58947F; }

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

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