#34817B

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

Shades of Elm #34817B

Tints of Elm #34817B

Color information

#34817B (or 0x34817B) is unknown color: approx Elm. HEX triplet: 34, 81 and 7B. RGB value is (52,129,123). Sum of RGB (Red+Green+Blue) = 52+129+123=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #34817B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34817B is #CB7E84. Grayscale: #696969. Windows color (decimal): -13336197 or 8094004. OLE color: 8094004.

HSL color Cylindrical-coordinate representation of color #34817B: hue angle of 175.32º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34817B is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB52129123-
CMYK0.6000.050.49
HSL175.32º42.54%35.49%-
HSV(B)175.32º59.69%50.59%-
XYZ12.8417.8621.51-
YUV105.29137.9989.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 129 (50.78% from 255) = 42.43%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=17.11%
G=42.43%
B=40.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521291230.6000.050.49175.3242.5435.49
Hex34817B3C0531af2b23
Octal642011737405612575343
Binary110100100000011111011111100010111000110101111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34817B; }

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

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

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

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

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

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

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

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