Html Css Color HEX #34877F Elm

📋 copy color: '#34877F'

red 52 ◦ green 135 ◦ blue 127

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

Shades of Elm #34877F

Tints of Elm #34877F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.45%

R = 16.56%
G = 42.99%
B = 40.45%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#34877F (or 0x34877F) is known color: Elm. HEX triplet: 34, 87 and 7F. RGB value is (52,135,127). Sum of RGB (Red+Green+Blue) = 52+135+127=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #34877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34877F is #CB7880. Grayscale: #6D6D6D. Windows color (decimal): -13334657 or 8357684. OLE color: 8357684.

HSL color Cylindrical-coordinate representation of color #34877F: hue angle of 174.22º 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 #34877F is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 135 127 -
CMYK 0.61 0 0.06 0.47
HSL 174.22º 0.44% 0.37% -
HSV(B) 174.22º 0.61% 0.53% -
XYZ 13.91 19.59 23.13 -
YUV 109.27 138 87.15 -
System Red Green Blue C M Y K H S L
Decimal 52 135 127 0.61 0 0.06 0.47 174.22 0.44 0.37
Hex 34 87 7F 3D 0 6 2F AE 2C 25
Octal 64 207 177 75 0 6 57 256 54 45
Binary 110100 10000111 1111111 111101 0 110 101111 10101110 101100 100101

Color Harmonies of #34877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34877F

Black with #34877F

Text Example


Text Example

White with #34877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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