Html Css Color HEX #58947A Patina

📋 copy color: '#58947A'

red 88 ◦ green 148 ◦ blue 122

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

Shades of Patina #58947A

Tints of Patina #58947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.08%

R = 24.58%
G = 41.34%
B = 34.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#58947A (or 0x58947A) is known color: Patina. HEX triplet: 58, 94 and 7A. RGB value is (88,148,122). Sum of RGB (Red+Green+Blue) = 88+148+122=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #58947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58947A is #A76B85. Grayscale: #7F7F7F. Windows color (decimal): -10972038 or 8033368. OLE color: 8033368.

HSL color Cylindrical-coordinate representation of color #58947A: hue angle of 154º 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 #58947A is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 148 122 -
CMYK 0.41 0 0.18 0.42
HSL 154º 0.25% 0.46% -
HSV(B) 154º 0.41% 0.58% -
XYZ 18.13 24.66 22.22 -
YUV 127.1 125.12 100.11 -
System Red Green Blue C M Y K H S L
Decimal 88 148 122 0.41 0 0.18 0.42 154 0.25 0.46
Hex 58 94 7A 29 0 12 2A 9A 19 2E
Octal 130 224 172 51 0 22 52 232 31 56
Binary 1011000 10010100 1111010 101001 0 10010 101010 10011010 11001 101110

Color Harmonies of #58947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58947A

Black with #58947A

Text Example


Text Example

White with #58947A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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