#348881

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

Shades of Elm #348881

Tints of Elm #348881

Color information

#348881 (or 0x348881) is unknown color: approx Elm. HEX triplet: 34, 88 and 81. RGB value is (52,136,129). Sum of RGB (Red+Green+Blue) = 52+136+129=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #348881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348881 is #CB777E. Grayscale: #6E6E6E. Windows color (decimal): -13334399 or 8489012. OLE color: 8489012.

HSL color Cylindrical-coordinate representation of color #348881: hue angle of 175º 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 #348881 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB52136129-
CMYK0.6200.050.47
HSL175º44.68%36.86%-
HSV(B)175º61.76%53.33%-
XYZ14.1819.9223.87-
YUV110.09138.6786.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.40%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=16.40%
G=42.90%
B=40.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521361290.6200.050.4717544.6836.86
Hex3488813E052Faf2d25
Octal642102017605572575545
Binary1101001000100010000001111110010110111110101111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348881; }

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

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

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

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

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

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

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

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