Html Css Color HEX #347874 Elm

📋 copy color: '#347874'

red 52 ◦ green 120 ◦ blue 116

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

Shades of Elm #347874

Tints of Elm #347874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.67%

 BLUE value IS 116 (45.7% from 255) = 40.28%

R = 18.06%
G = 41.67%
B = 40.28%

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

#347874 (or 0x347874) is known color: Elm. HEX triplet: 34, 78 and 74. RGB value is (52,120,116). Sum of RGB (Red+Green+Blue) = 52+120+116=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #347874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347874 is #CB878B. Grayscale: #636363. Windows color (decimal): -13338508 or 7632948. OLE color: 7632948.

HSL color Cylindrical-coordinate representation of color #347874: hue angle of 176.47º 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 #347874 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 120 116 -
CMYK 0.57 0 0.03 0.53
HSL 176.47º 0.4% 0.34% -
HSV(B) 176.47º 0.57% 0.47% -
XYZ 11.29 15.42 18.91 -
YUV 99.21 137.47 94.33 -
System Red Green Blue C M Y K H S L
Decimal 52 120 116 0.57 0 0.03 0.53 176.47 0.4 0.34
Hex 34 78 74 39 0 3 35 B0 28 22
Octal 64 170 164 71 0 3 65 260 50 42
Binary 110100 1111000 1110100 111001 0 11 110101 10110000 101000 100010

Color Harmonies of #347874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347874

Black with #347874

Text Example


Text Example

White with #347874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347874; }

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

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

background-color css

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

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

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

border-color css

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

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

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