Html Css Color HEX #629382 Patina

📋 copy color: '#629382'

red 98 ◦ green 147 ◦ blue 130

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

Shades of Patina #629382

Tints of Patina #629382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 26.13%
G = 39.2%
B = 34.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#629382 (or 0x629382) is known color: Patina. HEX triplet: 62, 93 and 82. RGB value is (98,147,130). Sum of RGB (Red+Green+Blue) = 98+147+130=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #629382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629382 is #9D6C7D. Grayscale: #828282. Windows color (decimal): -10316926 or 8557410. OLE color: 8557410.

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

Color convert

RGB 98 147 130 -
CMYK 0.33 0 0.12 0.42
HSL 159.18º 0.2% 0.48% -
HSV(B) 159.18º 0.33% 0.58% -
XYZ 19.5 25.08 24.93 -
YUV 130.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 98 147 130 0.33 0 0.12 0.42 159.18 0.2 0.48
Hex 62 93 82 21 0 C 2A 9F 14 30
Octal 142 223 202 41 0 14 52 237 24 60
Binary 1100010 10010011 10000010 100001 0 1100 101010 10011111 10100 110000

Color Harmonies of #629382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629382

Black with #629382

Text Example


Text Example

White with #629382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629382; }

 p { color: rgb(98,147,130); }

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

background-color css

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

 a { background-color: rgb(98,147,130); }

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

border-color css

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

 span { border-color: rgb(98,147,130); }

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