Html Css Color HEX #5A9381 Patina

📋 copy color: '#5A9381'

red 90 ◦ green 147 ◦ blue 129

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

Shades of Patina #5A9381

Tints of Patina #5A9381

RGB

 RED value IS 90 (35.55% from 255) = 24.59%

 GREEN value IS 147 (57.81% from 255) = 40.16%

 BLUE value IS 129 (50.78% from 255) = 35.25%

R = 24.59%
G = 40.16%
B = 35.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#5A9381 (or 0x5A9381) is known color: Patina. HEX triplet: 5A, 93 and 81. RGB value is (90,147,129). Sum of RGB (Red+Green+Blue) = 90+147+129=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #5A9381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9381 is #A56C7E. Grayscale: #7F7F7F. Windows color (decimal): -10841215 or 8491866. OLE color: 8491866.

HSL color Cylindrical-coordinate representation of color #5A9381: hue angle of 161.05º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A9381 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 147 129 -
CMYK 0.39 0 0.12 0.42
HSL 161.05º 0.24% 0.46% -
HSV(B) 161.05º 0.39% 0.58% -
XYZ 18.61 24.63 24.54 -
YUV 127.91 128.62 100.96 -
System Red Green Blue C M Y K H S L
Decimal 90 147 129 0.39 0 0.12 0.42 161.05 0.24 0.46
Hex 5A 93 81 27 0 C 2A A1 18 2E
Octal 132 223 201 47 0 14 52 241 30 56
Binary 1011010 10010011 10000001 100111 0 1100 101010 10100001 11000 101110

Color Harmonies of #5A9381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9381

Black with #5A9381

Text Example


Text Example

White with #5A9381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,147,129); }

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

background-color css

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

 a { background-color: rgb(90,147,129); }

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

border-color css

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

 span { border-color: rgb(90,147,129); }

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