#308578

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

Shades of Elm #308578

Tints of Elm #308578

Color information

#308578 (or 0x308578) is unknown color: approx Elm. HEX triplet: 30, 85 and 78. RGB value is (48,133,120). Sum of RGB (Red+Green+Blue) = 48+133+120=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #308578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308578 is #CF7A87. Grayscale: #6A6A6A. Windows color (decimal): -13597320 or 7898416. OLE color: 7898416.

HSL color Cylindrical-coordinate representation of color #308578: hue angle of 170.82º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308578 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB48133120-
CMYK0.6400.100.48
HSL170.82º46.96%35.49%-
HSV(B)170.82º63.91%52.16%-
XYZ1318.7620.71-
YUV106.1135.8486.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=15.95%
G=44.19%
B=39.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481331200.6400.100.48170.8246.9635.49
Hex308578400A30ab2f23
Octal60205170100012602535743
Binary11000010000101111100010000000101011000010101011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308578; }

 p { color: rgb(48,133,120); }

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

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

 a { background-color: rgb(48,133,120); }

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

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

 span { border-color: rgb(48,133,120); }

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