Html Css Color HEX #629484 Patina

📋 copy color: '#629484'

red 98 ◦ green 148 ◦ blue 132

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

Shades of Patina #629484

Tints of Patina #629484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.15%

 BLUE value IS 132 (51.95% from 255) = 34.92%

R = 25.93%
G = 39.15%
B = 34.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#629484 (or 0x629484) is known color: Patina. HEX triplet: 62, 94 and 84. RGB value is (98,148,132). Sum of RGB (Red+Green+Blue) = 98+148+132=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #629484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629484 is #9D6B7B. Grayscale: #838383. Windows color (decimal): -10316668 or 8688738. OLE color: 8688738.

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

Color convert

RGB 98 148 132 -
CMYK 0.34 0 0.11 0.42
HSL 160.8º 0.2% 0.48% -
HSV(B) 160.8º 0.34% 0.58% -
XYZ 19.79 25.44 25.7 -
YUV 131.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 98 148 132 0.34 0 0.11 0.42 160.8 0.2 0.48
Hex 62 94 84 22 0 B 2A A1 14 30
Octal 142 224 204 42 0 13 52 241 24 60
Binary 1100010 10010100 10000100 100010 0 1011 101010 10100001 10100 110000

Color Harmonies of #629484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629484

Black with #629484

Text Example


Text Example

White with #629484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629484; }

 p { color: rgb(98,148,132); }

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

background-color css

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

 a { background-color: rgb(98,148,132); }

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

border-color css

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

 span { border-color: rgb(98,148,132); }

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