#307773

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

Shades of Elm #307773

Tints of Elm #307773

Color information

#307773 (or 0x307773) is unknown color: approx Elm. HEX triplet: 30, 77 and 73. RGB value is (48,119,115). Sum of RGB (Red+Green+Blue) = 48+119+115=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #307773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307773 is #CF888C. Grayscale: #616161. Windows color (decimal): -13600909 or 7567152. OLE color: 7567152.

HSL color Cylindrical-coordinate representation of color #307773: hue angle of 176.62º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307773 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB48119115-
CMYK0.6000.030.53
HSL176.62º42.51%32.75%-
HSV(B)176.62º59.66%46.67%-
XYZ10.9115.0618.55-
YUV97.32137.9892.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 119 (46.88% from 255) = 42.20%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=17.02%
G=42.20%
B=40.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481191150.6000.030.53176.6242.5132.75
Hex3077733C0335b12b21
Octal601671637403652615341
Binary1100001110111111001111110001111010110110001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307773; }

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

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

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

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

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

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

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

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