Html Css Color HEX #629283 Patina

📋 copy color: '#629283'

red 98 ◦ green 146 ◦ blue 131

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

Shades of Patina #629283

Tints of Patina #629283

RGB

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

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

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

R = 26.13%
G = 38.93%
B = 34.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#629283 (or 0x629283) is known color: Patina. HEX triplet: 62, 92 and 83. RGB value is (98,146,131). Sum of RGB (Red+Green+Blue) = 98+146+131=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #629283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629283 is #9D6D7C. Grayscale: #818181. Windows color (decimal): -10317181 or 8622690. OLE color: 8622690.

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

Color convert

RGB 98 146 131 -
CMYK 0.33 0 0.10 0.43
HSL 161.25º 0.2% 0.48% -
HSV(B) 161.25º 0.33% 0.57% -
XYZ 19.41 24.79 25.24 -
YUV 129.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 98 146 131 0.33 0 0.10 0.43 161.25 0.2 0.48
Hex 62 92 83 21 0 A 2B A1 14 30
Octal 142 222 203 41 0 12 53 241 24 60
Binary 1100010 10010010 10000011 100001 0 1010 101011 10100001 10100 110000

Color Harmonies of #629283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629283

Black with #629283

Text Example


Text Example

White with #629283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629283; }

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

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

background-color css

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

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

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

border-color css

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

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

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