Html Css Color HEX #619288 Patina

📋 copy color: '#619288'

red 97 ◦ green 146 ◦ blue 136

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

Shades of Patina #619288

Tints of Patina #619288

RGB

 RED value IS 97 (38.28% from 255) = 25.59%

 GREEN value IS 146 (57.42% from 255) = 38.52%

 BLUE value IS 136 (53.52% from 255) = 35.88%

R = 25.59%
G = 38.52%
B = 35.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#619288 (or 0x619288) is known color: Patina. HEX triplet: 61, 92 and 88. RGB value is (97,146,136). Sum of RGB (Red+Green+Blue) = 97+146+136=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #619288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619288 is #9E6D77. Grayscale: #828282. Windows color (decimal): -10382712 or 8950369. OLE color: 8950369.

HSL color Cylindrical-coordinate representation of color #619288: hue angle of 167.76º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619288 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 146 136 -
CMYK 0.34 0 0.07 0.43
HSL 167.76º 0.2% 0.48% -
HSV(B) 167.76º 0.34% 0.57% -
XYZ 19.65 24.88 27.06 -
YUV 130.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 97 146 136 0.34 0 0.07 0.43 167.76 0.2 0.48
Hex 61 92 88 22 0 7 2B A8 14 30
Octal 141 222 210 42 0 7 53 250 24 60
Binary 1100001 10010010 10001000 100010 0 111 101011 10101000 10100 110000

Color Harmonies of #619288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619288

Black with #619288

Text Example


Text Example

White with #619288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619288; }

 p { color: rgb(97,146,136); }

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

background-color css

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

 a { background-color: rgb(97,146,136); }

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

border-color css

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

 span { border-color: rgb(97,146,136); }

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