Html Css Color HEX #58A384 Patina

📋 copy color: '#58A384'

red 88 ◦ green 163 ◦ blue 132

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

Shades of Patina #58A384

Tints of Patina #58A384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.56%

 BLUE value IS 132 (51.95% from 255) = 34.46%

R = 22.98%
G = 42.56%
B = 34.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#58A384 (or 0x58A384) is known color: Patina. HEX triplet: 58, A3 and 84. RGB value is (88,163,132). Sum of RGB (Red+Green+Blue) = 88+163+132=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 163 - color contains mainly: green. Hex color #58A384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A384 is #A75C7B. Grayscale: #898989. Windows color (decimal): -10968188 or 8692568. OLE color: 8692568.

HSL color Cylindrical-coordinate representation of color #58A384: hue angle of 155.2º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A384 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 163 132 -
CMYK 0.46 0 0.19 0.36
HSL 155.2º 0.3% 0.49% -
HSV(B) 155.2º 0.46% 0.64% -
XYZ 21.29 29.94 26.49 -
YUV 137.04 125.15 93.02 -
System Red Green Blue C M Y K H S L
Decimal 88 163 132 0.46 0 0.19 0.36 155.2 0.3 0.49
Hex 58 A3 84 2E 0 13 24 9B 1E 31
Octal 130 243 204 56 0 23 44 233 36 61
Binary 1011000 10100011 10000100 101110 0 10011 100100 10011011 11110 110001

Color Harmonies of #58A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A384

Black with #58A384

Text Example


Text Example

White with #58A384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58A384; }

 p { color: rgb(88,163,132); }

 H1.HeaderClassName
 {
   color: #58A384;
 }
 .AnyTagClassName
 {
   color: #58A384;
 }
</style>

background-color css

<style>
 a { background-color: #58A384; }

 a { background-color: rgb(88,163,132); }

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

border-color css

<style>
 span { border-color: #58A384; }

 span { border-color: rgb(88,163,132); }

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