#348880

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

Shades of Elm #348880

Tints of Elm #348880

Color information

#348880 (or 0x348880) is unknown color: approx Elm. HEX triplet: 34, 88 and 80. RGB value is (52,136,128). Sum of RGB (Red+Green+Blue) = 52+136+128=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #348880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348880 is #CB777F. Grayscale: #6D6D6D. Windows color (decimal): -13334400 or 8423476. OLE color: 8423476.

HSL color Cylindrical-coordinate representation of color #348880: hue angle of 174.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348880 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB52136128-
CMYK0.6200.060.47
HSL174.29º44.68%36.86%-
HSV(B)174.29º61.76%53.33%-
XYZ14.1219.923.52-
YUV109.97138.1786.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.46%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=16.46%
G=43.04%
B=40.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521361280.6200.060.47174.2944.6836.86
Hex3488803E062Fae2d25
Octal642102007606572565545
Binary1101001000100010000000111110011010111110101110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348880; }

 p { color: rgb(52,136,128); }

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

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

 a { background-color: rgb(52,136,128); }

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

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

 span { border-color: rgb(52,136,128); }

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