#307673

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

Shades of Elm #307673

Tints of Elm #307673

Color information

#307673 (or 0x307673) is unknown color: approx Elm. HEX triplet: 30, 76 and 73. RGB value is (48,118,115). Sum of RGB (Red+Green+Blue) = 48+118+115=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #307673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307673 is #CF898C. Grayscale: #606060. Windows color (decimal): -13601165 or 7566896. OLE color: 7566896.

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

Color convert

RGB48118115-
CMYK0.5900.030.54
HSL177.43º42.17%32.55%-
HSV(B)177.43º59.32%46.27%-
XYZ10.7914.8218.51-
YUV96.73138.3193.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 115 (45.31% from 255) = 40.93%
R=17.08%
G=41.99%
B=40.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481181150.5900.030.54177.4342.1732.55
Hex3076733B0336b12a21
Octal601661637303662615241
Binary1100001110110111001111101101111011010110001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307673; }

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

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

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

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

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

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

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

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