#307573

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

Shades of Elm #307573

Tints of Elm #307573

Color information

#307573 (or 0x307573) is unknown color: approx Elm. HEX triplet: 30, 75 and 73. RGB value is (48,117,115). Sum of RGB (Red+Green+Blue) = 48+117+115=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #307573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307573 is #CF8A8C. Grayscale: #606060. Windows color (decimal): -13601421 or 7566640. OLE color: 7566640.

HSL color Cylindrical-coordinate representation of color #307573: hue angle of 178.26º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307573 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB48117115-
CMYK0.5900.020.54
HSL178.26º41.82%32.35%-
HSV(B)178.26º58.97%45.88%-
XYZ10.6714.5918.47-
YUV96.14138.6493.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.14%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 115 (45.31% from 255) = 41.07%
R=17.14%
G=41.79%
B=41.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481171150.5900.020.54178.2641.8232.35
Hex3075733B0236b22a20
Octal601651637302662625240
Binary1100001110101111001111101101011011010110010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307573; }

 p { color: rgb(48,117,115); }

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

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

 a { background-color: rgb(48,117,115); }

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

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

 span { border-color: rgb(48,117,115); }

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