Html Css Color HEX #34887B Elm

📋 copy color: '#34887B'

red 52 ◦ green 136 ◦ blue 123

#34887B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #34887B

Tints of Elm #34887B

RGB

 RED value IS 52 (20.7% from 255) = 16.72%

 GREEN value IS 136 (53.52% from 255) = 43.73%

 BLUE value IS 123 (48.44% from 255) = 39.55%

R = 16.72%
G = 43.73%
B = 39.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#34887B (or 0x34887B) is known color: Elm. HEX triplet: 34, 88 and 7B. RGB value is (52,136,123). Sum of RGB (Red+Green+Blue) = 52+136+123=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #34887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34887B is #CB7784. Grayscale: #6D6D6D. Windows color (decimal): -13334405 or 8095796. OLE color: 8095796.

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

Color convert

RGB 52 136 123 -
CMYK 0.62 0 0.10 0.47
HSL 170.71º 0.45% 0.37% -
HSV(B) 170.71º 0.62% 0.53% -
XYZ 13.8 19.77 21.83 -
YUV 109.4 135.67 87.06 -
System Red Green Blue C M Y K H S L
Decimal 52 136 123 0.62 0 0.10 0.47 170.71 0.45 0.37
Hex 34 88 7B 3E 0 A 2F AB 2D 25
Octal 64 210 173 76 0 12 57 253 55 45
Binary 110100 10001000 1111011 111110 0 1010 101111 10101011 101101 100101

Color Harmonies of #34887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34887B

Black with #34887B

Text Example


Text Example

White with #34887B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34887B;
 }
 .AnyTagClassName
 {
   color: #34887B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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