Html Css Color HEX #62938B Patina

📋 copy color: '#62938B'

red 98 ◦ green 147 ◦ blue 139

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

Shades of Patina #62938B

Tints of Patina #62938B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 25.52%
G = 38.28%
B = 36.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#62938B (or 0x62938B) is known color: Patina. HEX triplet: 62, 93 and 8B. RGB value is (98,147,139). Sum of RGB (Red+Green+Blue) = 98+147+139=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #62938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62938B is #9D6C74. Grayscale: #838383. Windows color (decimal): -10316917 or 9147234. OLE color: 9147234.

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

Color convert

RGB 98 147 139 -
CMYK 0.33 0 0.05 0.42
HSL 170.2º 0.2% 0.48% -
HSV(B) 170.2º 0.33% 0.58% -
XYZ 20.13 25.33 28.25 -
YUV 131.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 98 147 139 0.33 0 0.05 0.42 170.2 0.2 0.48
Hex 62 93 8B 21 0 5 2A AA 14 30
Octal 142 223 213 41 0 5 52 252 24 60
Binary 1100010 10010011 10001011 100001 0 101 101010 10101010 10100 110000

Color Harmonies of #62938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62938B

Black with #62938B

Text Example


Text Example

White with #62938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62938B; }

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

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

background-color css

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

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

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

border-color css

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

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

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