Html Css Color HEX #34877D Elm

📋 copy color: '#34877D'

red 52 ◦ green 135 ◦ blue 125

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

Shades of Elm #34877D

Tints of Elm #34877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.27%

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 16.67%
G = 43.27%
B = 40.06%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#34877D (or 0x34877D) is known color: Elm. HEX triplet: 34, 87 and 7D. RGB value is (52,135,125). Sum of RGB (Red+Green+Blue) = 52+135+125=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #34877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34877D is #CB7882. Grayscale: #6C6C6C. Windows color (decimal): -13334659 or 8226612. OLE color: 8226612.

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

Color convert

RGB 52 135 125 -
CMYK 0.61 0 0.07 0.47
HSL 172.77º 0.44% 0.37% -
HSV(B) 172.77º 0.61% 0.53% -
XYZ 13.78 19.54 22.45 -
YUV 109.04 137 87.31 -
System Red Green Blue C M Y K H S L
Decimal 52 135 125 0.61 0 0.07 0.47 172.77 0.44 0.37
Hex 34 87 7D 3D 0 7 2F AD 2C 25
Octal 64 207 175 75 0 7 57 255 54 45
Binary 110100 10000111 1111101 111101 0 111 101111 10101101 101100 100101

Color Harmonies of #34877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34877D

Black with #34877D

Text Example


Text Example

White with #34877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34877D; }

 p { color: rgb(52,135,125); }

 H1.HeaderClassName
 {
   color: #34877D;
 }
 .AnyTagClassName
 {
   color: #34877D;
 }
</style>

background-color css

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

 a { background-color: rgb(52,135,125); }

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

border-color css

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

 span { border-color: rgb(52,135,125); }

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