#308677

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

Shades of Elm #308677

Tints of Elm #308677

Color information

#308677 (or 0x308677) is unknown color: approx Elm. HEX triplet: 30, 86 and 77. RGB value is (48,134,119). Sum of RGB (Red+Green+Blue) = 48+134+119=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #308677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308677 is #CF7988. Grayscale: #6A6A6A. Windows color (decimal): -13597065 or 7833136. OLE color: 7833136.

HSL color Cylindrical-coordinate representation of color #308677: hue angle of 169.53º degrees, saturation: 0.47, 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 #308677 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB48134119-
CMYK0.6400.110.47
HSL169.53º47.25%35.69%-
HSV(B)169.53º64.18%52.55%-
XYZ13.0719.0120.43-
YUV106.58135.0186.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 119 (46.88% from 255) = 39.53%
R=15.95%
G=44.52%
B=39.53%

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
Decimal481341190.6400.110.47169.5347.2535.69
Hex308677400B2Faa2f24
Octal60206167100013572525744
Binary11000010000110111011110000000101110111110101010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308677; }

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

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

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

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

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

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

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

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