Html Css Color HEX #629583 Patina

📋 copy color: '#629583'

red 98 ◦ green 149 ◦ blue 131

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

Shades of Patina #629583

Tints of Patina #629583

RGB

 RED value IS 98 (38.67% from 255) = 25.93%

 GREEN value IS 149 (58.59% from 255) = 39.42%

 BLUE value IS 131 (51.56% from 255) = 34.66%

R = 25.93%
G = 39.42%
B = 34.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#629583 (or 0x629583) is known color: Patina. HEX triplet: 62, 95 and 83. RGB value is (98,149,131). Sum of RGB (Red+Green+Blue) = 98+149+131=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #629583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629583 is #9D6A7C. Grayscale: #838383. Windows color (decimal): -10316413 or 8623458. OLE color: 8623458.

HSL color Cylindrical-coordinate representation of color #629583: hue angle of 158.82º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #629583 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 149 131 -
CMYK 0.34 0 0.12 0.42
HSL 158.82º 0.21% 0.48% -
HSV(B) 158.82º 0.34% 0.58% -
XYZ 19.88 25.73 25.39 -
YUV 131.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 98 149 131 0.34 0 0.12 0.42 158.82 0.21 0.48
Hex 62 95 83 22 0 C 2A 9F 15 30
Octal 142 225 203 42 0 14 52 237 25 60
Binary 1100010 10010101 10000011 100010 0 1100 101010 10011111 10101 110000

Color Harmonies of #629583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629583

Black with #629583

Text Example


Text Example

White with #629583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629583; }

 p { color: rgb(98,149,131); }

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

background-color css

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

 a { background-color: rgb(98,149,131); }

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

border-color css

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

 span { border-color: rgb(98,149,131); }

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