#308778

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

Shades of Elm #308778

Tints of Elm #308778

Color information

#308778 (or 0x308778) is unknown color: approx Elm. HEX triplet: 30, 87 and 78. RGB value is (48,135,120). Sum of RGB (Red+Green+Blue) = 48+135+120=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #308778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308778 is #CF7887. Grayscale: #6B6B6B. Windows color (decimal): -13596808 or 7898928. OLE color: 7898928.

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

Color convert

RGB48135120-
CMYK0.6400.110.47
HSL169.66º47.54%35.88%-
HSV(B)169.66º64.44%52.94%-
XYZ13.2719.3120.8-
YUV107.28135.1885.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 135 (53.12% from 255) = 44.55%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=15.84%
G=44.55%
B=39.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481351200.6400.110.47169.6647.5435.88
Hex308778400B2Faa3024
Octal60207170100013572526044
Binary11000010000111111100010000000101110111110101010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308778; }

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

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

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

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

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

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

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

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