Html Css Color HEX #348981 Elm

📋 copy color: '#348981'

red 52 ◦ green 137 ◦ blue 129

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

Shades of Elm #348981

Tints of Elm #348981

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.08%

 BLUE value IS 129 (50.78% from 255) = 40.57%

R = 16.35%
G = 43.08%
B = 40.57%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#348981 (or 0x348981) is known color: Elm. HEX triplet: 34, 89 and 81. RGB value is (52,137,129). Sum of RGB (Red+Green+Blue) = 52+137+129=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #348981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348981 is #CB767E. Grayscale: #6E6E6E. Windows color (decimal): -13334143 or 8489268. OLE color: 8489268.

HSL color Cylindrical-coordinate representation of color #348981: hue angle of 174.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348981 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 129 -
CMYK 0.62 0 0.06 0.46
HSL 174.35º 0.45% 0.37% -
HSV(B) 174.35º 0.62% 0.54% -
XYZ 14.32 20.21 23.91 -
YUV 110.67 138.34 86.15 -
System Red Green Blue C M Y K H S L
Decimal 52 137 129 0.62 0 0.06 0.46 174.35 0.45 0.37
Hex 34 89 81 3E 0 6 2E AE 2D 25
Octal 64 211 201 76 0 6 56 256 55 45
Binary 110100 10001001 10000001 111110 0 110 101110 10101110 101101 100101

Color Harmonies of #348981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348981

Black with #348981

Text Example


Text Example

White with #348981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348981; }

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

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

background-color css

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

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

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

border-color css

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

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

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