Html Css Color HEX #629383 Patina

📋 copy color: '#629383'

red 98 ◦ green 147 ◦ blue 131

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

Shades of Patina #629383

Tints of Patina #629383

RGB

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

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

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

R = 26.06%
G = 39.1%
B = 34.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#629383 (or 0x629383) is known color: Patina. HEX triplet: 62, 93 and 83. RGB value is (98,147,131). Sum of RGB (Red+Green+Blue) = 98+147+131=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #629383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629383 is #9D6C7C. Grayscale: #828282. Windows color (decimal): -10316925 or 8622946. OLE color: 8622946.

HSL color Cylindrical-coordinate representation of color #629383: hue angle of 160.41º 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 #629383 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 147 131 -
CMYK 0.33 0 0.11 0.42
HSL 160.41º 0.2% 0.48% -
HSV(B) 160.41º 0.33% 0.58% -
XYZ 19.57 25.1 25.29 -
YUV 130.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 98 147 131 0.33 0 0.11 0.42 160.41 0.2 0.48
Hex 62 93 83 21 0 B 2A A0 14 30
Octal 142 223 203 41 0 13 52 240 24 60
Binary 1100010 10010011 10000011 100001 0 1011 101010 10100000 10100 110000

Color Harmonies of #629383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629383

Black with #629383

Text Example


Text Example

White with #629383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629383; }

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

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

background-color css

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

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

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

border-color css

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

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

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