#609382

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

Shades of Patina #609382

Tints of Patina #609382

Color information

#609382 (or 0x609382) is unknown color: approx Patina. HEX triplet: 60, 93 and 82. RGB value is (96,147,130). Sum of RGB (Red+Green+Blue) = 96+147+130=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #609382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609382 is #9F6C7D. Grayscale: #818181. Windows color (decimal): -10447998 or 8557408. OLE color: 8557408.

HSL color Cylindrical-coordinate representation of color #609382: hue angle of 160º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609382 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB96147130-
CMYK0.3500.120.42
HSL160º20.99%47.65%-
HSV(B)160º34.69%57.65%-
XYZ19.2924.9724.92-
YUV129.81128.1103.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 130 (51.17% from 255) = 34.85%
R=25.74%
G=39.41%
B=34.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961471300.3500.120.4216020.9947.65
Hex609382230C2Aa01530
Octal14022320243014522402560
Binary11000001001001110000010100011011001010101010000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609382; }

 p { color: rgb(96,147,130); }

 H1.HeaderClassName
 {
   color: #609382;
 }
 .AnyTagClassName
 {
   color: #609382;
 }
</style>
background-color css

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

 a { background-color: rgb(96,147,130); }

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

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

 span { border-color: rgb(96,147,130); }

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