#34867B

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

Shades of Elm #34867B

Tints of Elm #34867B

Color information

#34867B (or 0x34867B) is unknown color: approx Elm. HEX triplet: 34, 86 and 7B. RGB value is (52,134,123). Sum of RGB (Red+Green+Blue) = 52+134+123=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #34867B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34867B is #CB7984. Grayscale: #6C6C6C. Windows color (decimal): -13334917 or 8095284. OLE color: 8095284.

HSL color Cylindrical-coordinate representation of color #34867B: hue angle of 171.95º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34867B is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB52134123-
CMYK0.6100.080.47
HSL171.95º44.09%36.47%-
HSV(B)171.95º61.19%52.55%-
XYZ13.5219.2121.73-
YUV108.23136.3387.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 134 (52.73% from 255) = 43.37%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=16.83%
G=43.37%
B=39.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521341230.6100.080.47171.9544.0936.47
Hex34867B3D082Fac2c24
Octal6420617375010572545444
Binary1101001000011011110111111010100010111110101100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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