Html Css Color HEX #5FA289 Patina

📋 copy color: '#5FA289'

red 95 ◦ green 162 ◦ blue 137

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

Shades of Patina #5FA289

Tints of Patina #5FA289

RGB

 RED value IS 95 (37.5% from 255) = 24.11%

 GREEN value IS 162 (63.67% from 255) = 41.12%

 BLUE value IS 137 (53.91% from 255) = 34.77%

R = 24.11%
G = 41.12%
B = 34.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#5FA289 (or 0x5FA289) is known color: Patina. HEX triplet: 5F, A2 and 89. RGB value is (95,162,137). Sum of RGB (Red+Green+Blue) = 95+162+137=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA289 is #A05D76. Grayscale: #8B8B8B. Windows color (decimal): -10509687 or 9019999. OLE color: 9019999.

HSL color Cylindrical-coordinate representation of color #5FA289: hue angle of 157.61º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA289 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 162 137 -
CMYK 0.41 0 0.15 0.36
HSL 157.61º 0.26% 0.5% -
HSV(B) 157.61º 0.41% 0.64% -
XYZ 22.16 30.08 28.31 -
YUV 139.12 126.8 96.53 -
System Red Green Blue C M Y K H S L
Decimal 95 162 137 0.41 0 0.15 0.36 157.61 0.26 0.5
Hex 5F A2 89 29 0 F 24 9E 1A 32
Octal 137 242 211 51 0 17 44 236 32 62
Binary 1011111 10100010 10001001 101001 0 1111 100100 10011110 11010 110010

Color Harmonies of #5FA289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA289

Black with #5FA289

Text Example


Text Example

White with #5FA289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,162,137); }

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

background-color css

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

 a { background-color: rgb(95,162,137); }

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

border-color css

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

 span { border-color: rgb(95,162,137); }

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