Html Css Color HEX #347975 Elm

📋 copy color: '#347975'

red 52 ◦ green 121 ◦ blue 117

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

Shades of Elm #347975

Tints of Elm #347975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.72%

 BLUE value IS 117 (46.09% from 255) = 40.34%

R = 17.93%
G = 41.72%
B = 40.34%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#347975 (or 0x347975) is known color: Elm. HEX triplet: 34, 79 and 75. RGB value is (52,121,117). Sum of RGB (Red+Green+Blue) = 52+121+117=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #347975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347975 is #CB868A. Grayscale: #636363. Windows color (decimal): -13338251 or 7698740. OLE color: 7698740.

HSL color Cylindrical-coordinate representation of color #347975: hue angle of 176.52º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347975 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 121 117 -
CMYK 0.57 0 0.03 0.53
HSL 176.52º 0.4% 0.34% -
HSV(B) 176.52º 0.57% 0.47% -
XYZ 11.46 15.69 19.25 -
YUV 99.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 52 121 117 0.57 0 0.03 0.53 176.52 0.4 0.34
Hex 34 79 75 39 0 3 35 B1 28 22
Octal 64 171 165 71 0 3 65 261 50 42
Binary 110100 1111001 1110101 111001 0 11 110101 10110001 101000 100010

Color Harmonies of #347975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347975

Black with #347975

Text Example


Text Example

White with #347975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347975; }

 p { color: rgb(52,121,117); }

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

background-color css

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

 a { background-color: rgb(52,121,117); }

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

border-color css

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

 span { border-color: rgb(52,121,117); }

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