Html Css Color HEX #58978A Patina

📋 copy color: '#58978A'

red 88 ◦ green 151 ◦ blue 138

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

Shades of Patina #58978A

Tints of Patina #58978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.05%

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 23.34%
G = 40.05%
B = 36.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#58978A (or 0x58978A) is known color: Patina. HEX triplet: 58, 97 and 8A. RGB value is (88,151,138). Sum of RGB (Red+Green+Blue) = 88+151+138=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #58978A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58978A is #A76875. Grayscale: #828282. Windows color (decimal): -10971254 or 9082712. OLE color: 9082712.

HSL color Cylindrical-coordinate representation of color #58978A: hue angle of 167.62º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58978A is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 151 138 -
CMYK 0.42 0 0.09 0.41
HSL 167.62º 0.26% 0.47% -
HSV(B) 167.62º 0.42% 0.59% -
XYZ 19.68 26.04 28.03 -
YUV 130.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 88 151 138 0.42 0 0.09 0.41 167.62 0.26 0.47
Hex 58 97 8A 2A 0 9 29 A8 1A 2F
Octal 130 227 212 52 0 11 51 250 32 57
Binary 1011000 10010111 10001010 101010 0 1001 101001 10101000 11010 101111

Color Harmonies of #58978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58978A

Black with #58978A

Text Example


Text Example

White with #58978A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,151,138); }

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

background-color css

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

 a { background-color: rgb(88,151,138); }

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

border-color css

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

 span { border-color: rgb(88,151,138); }

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