#62938B

Color #62938B Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #62938B

Tints of Patina #62938B

Color information

#62938B (or 0x62938B) is unknown color: approx 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

RGB98147139-
CMYK0.3300.050.42
HSL170.2º20%48.04%-
HSV(B)170.2º33.33%57.65%-
XYZ20.1325.3328.25-
YUV131.44132.27104.15-

RGB Variations

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

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.20%
R=25.52%
G=38.28%
B=36.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981471390.3300.050.42170.22048.04
Hex62938B21052Aaa1430
Octal1422232134105522522460
Binary1100010100100111000101110000101011010101010101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>