Html Css Color HEX #347D78 Elm

📋 copy color: '#347D78'

red 52 ◦ green 125 ◦ blue 120

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

Shades of Elm #347D78

Tints of Elm #347D78

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.09%

 BLUE value IS 120 (47.27% from 255) = 40.4%

R = 17.51%
G = 42.09%
B = 40.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#347D78 (or 0x347D78) is known color: Elm. HEX triplet: 34, 7D and 78. RGB value is (52,125,120). Sum of RGB (Red+Green+Blue) = 52+125+120=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #347D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347D78 is #CB8287. Grayscale: #666666. Windows color (decimal): -13337224 or 7896372. OLE color: 7896372.

HSL color Cylindrical-coordinate representation of color #347D78: hue angle of 175.89º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347D78 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 125 120 -
CMYK 0.58 0 0.04 0.51
HSL 175.89º 0.41% 0.35% -
HSV(B) 175.89º 0.58% 0.49% -
XYZ 12.14 16.75 20.36 -
YUV 102.6 137.82 91.91 -
System Red Green Blue C M Y K H S L
Decimal 52 125 120 0.58 0 0.04 0.51 175.89 0.41 0.35
Hex 34 7D 78 3A 0 4 33 B0 29 23
Octal 64 175 170 72 0 4 63 260 51 43
Binary 110100 1111101 1111000 111010 0 100 110011 10110000 101001 100011

Color Harmonies of #347D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347D78

Black with #347D78

Text Example


Text Example

White with #347D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347D78; }

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

 H1.HeaderClassName
 {
   color: #347D78;
 }
 .AnyTagClassName
 {
   color: #347D78;
 }
</style>

background-color css

<style>
 a { background-color: #347D78; }

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

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

border-color css

<style>
 span { border-color: #347D78; }

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

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