Html Css Color HEX #348079 Elm

📋 copy color: '#348079'

red 52 ◦ green 128 ◦ blue 121

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

Shades of Elm #348079

Tints of Elm #348079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.52%

 BLUE value IS 121 (47.66% from 255) = 40.2%

R = 17.28%
G = 42.52%
B = 40.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#348079 (or 0x348079) is known color: Elm. HEX triplet: 34, 80 and 79. RGB value is (52,128,121). Sum of RGB (Red+Green+Blue) = 52+128+121=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #348079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348079 is #CB7F86. Grayscale: #686868. Windows color (decimal): -13336455 or 7962676. OLE color: 7962676.

HSL color Cylindrical-coordinate representation of color #348079: hue angle of 174.47º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #348079 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 128 121 -
CMYK 0.59 0 0.05 0.50
HSL 174.47º 0.42% 0.35% -
HSV(B) 174.47º 0.59% 0.5% -
XYZ 12.59 17.55 20.81 -
YUV 104.48 137.32 90.57 -
System Red Green Blue C M Y K H S L
Decimal 52 128 121 0.59 0 0.05 0.50 174.47 0.42 0.35
Hex 34 80 79 3B 0 5 32 AE 2A 23
Octal 64 200 171 73 0 5 62 256 52 43
Binary 110100 10000000 1111001 111011 0 101 110010 10101110 101010 100011

Color Harmonies of #348079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348079

Black with #348079

Text Example


Text Example

White with #348079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348079; }

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

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

background-color css

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

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

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

border-color css

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

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

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