Html Css Color HEX #348279 Elm

📋 copy color: '#348279'

red 52 ◦ green 130 ◦ blue 121

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

Shades of Elm #348279

Tints of Elm #348279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.9%

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

R = 17.16%
G = 42.9%
B = 39.93%

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

#348279 (or 0x348279) is known color: Elm. HEX triplet: 34, 82 and 79. RGB value is (52,130,121). Sum of RGB (Red+Green+Blue) = 52+130+121=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #348279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348279 is #CB7D86. Grayscale: #696969. Windows color (decimal): -13335943 or 7963188. OLE color: 7963188.

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

Color convert

RGB 52 130 121 -
CMYK 0.60 0 0.07 0.49
HSL 173.08º 0.43% 0.36% -
HSV(B) 173.08º 0.6% 0.51% -
XYZ 12.85 18.08 20.9 -
YUV 105.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 52 130 121 0.60 0 0.07 0.49 173.08 0.43 0.36
Hex 34 82 79 3C 0 7 31 AD 2B 24
Octal 64 202 171 74 0 7 61 255 53 44
Binary 110100 10000010 1111001 111100 0 111 110001 10101101 101011 100100

Color Harmonies of #348279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348279

Black with #348279

Text Example


Text Example

White with #348279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348279; }

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

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

background-color css

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

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

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

border-color css

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

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

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