Html Css Color HEX #347D76 Elm

📋 copy color: '#347D76'

red 52 ◦ green 125 ◦ blue 118

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

Shades of Elm #347D76

Tints of Elm #347D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40%

R = 17.63%
G = 42.37%
B = 40%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#347D76 (or 0x347D76) is known color: Elm. HEX triplet: 34, 7D and 76. RGB value is (52,125,118). Sum of RGB (Red+Green+Blue) = 52+125+118=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 125 - color contains mainly: green. Hex color #347D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347D76 is #CB8289. Grayscale: #666666. Windows color (decimal): -13337226 or 7765300. OLE color: 7765300.

HSL color Cylindrical-coordinate representation of color #347D76: hue angle of 174.25º 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 #347D76 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 125 118 -
CMYK 0.58 0 0.06 0.51
HSL 174.25º 0.41% 0.35% -
HSV(B) 174.25º 0.58% 0.49% -
XYZ 12.02 16.71 19.73 -
YUV 102.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 52 125 118 0.58 0 0.06 0.51 174.25 0.41 0.35
Hex 34 7D 76 3A 0 6 33 AE 29 23
Octal 64 175 166 72 0 6 63 256 51 43
Binary 110100 1111101 1110110 111010 0 110 110011 10101110 101001 100011

Color Harmonies of #347D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347D76

Black with #347D76

Text Example


Text Example

White with #347D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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