Html Css Color HEX #34857F Elm

📋 copy color: '#34857F'

red 52 ◦ green 133 ◦ blue 127

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

Shades of Elm #34857F

Tints of Elm #34857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

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

R = 16.67%
G = 42.63%
B = 40.71%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#34857F (or 0x34857F) is known color: Elm. HEX triplet: 34, 85 and 7F. RGB value is (52,133,127). Sum of RGB (Red+Green+Blue) = 52+133+127=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #34857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34857F is #CB7A80. Grayscale: #6C6C6C. Windows color (decimal): -13335169 or 8357172. OLE color: 8357172.

HSL color Cylindrical-coordinate representation of color #34857F: hue angle of 175.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34857F is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 133 127 -
CMYK 0.61 0 0.05 0.48
HSL 175.56º 0.44% 0.36% -
HSV(B) 175.56º 0.61% 0.52% -
XYZ 13.63 19.04 23.03 -
YUV 108.1 138.66 87.99 -
System Red Green Blue C M Y K H S L
Decimal 52 133 127 0.61 0 0.05 0.48 175.56 0.44 0.36
Hex 34 85 7F 3D 0 5 30 B0 2C 24
Octal 64 205 177 75 0 5 60 260 54 44
Binary 110100 10000101 1111111 111101 0 101 110000 10110000 101100 100100

Color Harmonies of #34857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34857F

Black with #34857F

Text Example


Text Example

White with #34857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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