Html Css Color HEX #348178 Elm

📋 copy color: '#348178'

red 52 ◦ green 129 ◦ blue 120

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

Shades of Elm #348178

Tints of Elm #348178

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.86%

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

R = 17.28%
G = 42.86%
B = 39.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#348178 (or 0x348178) is known color: Elm. HEX triplet: 34, 81 and 78. RGB value is (52,129,120). Sum of RGB (Red+Green+Blue) = 52+129+120=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #348178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348178 is #CB7E87. Grayscale: #686868. Windows color (decimal): -13336200 or 7897396. OLE color: 7897396.

HSL color Cylindrical-coordinate representation of color #348178: hue angle of 172.99º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348178 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 129 120 -
CMYK 0.60 0 0.07 0.49
HSL 172.99º 0.43% 0.35% -
HSV(B) 172.99º 0.6% 0.51% -
XYZ 12.66 17.79 20.54 -
YUV 104.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 52 129 120 0.60 0 0.07 0.49 172.99 0.43 0.35
Hex 34 81 78 3C 0 7 31 AD 2B 23
Octal 64 201 170 74 0 7 61 255 53 43
Binary 110100 10000001 1111000 111100 0 111 110001 10101101 101011 100011

Color Harmonies of #348178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348178

Black with #348178

Text Example


Text Example

White with #348178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348178; }

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

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

background-color css

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

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

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

border-color css

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

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

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