Html Css Color HEX #348780 Elm

📋 copy color: '#348780'

red 52 ◦ green 135 ◦ blue 128

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

Shades of Elm #348780

Tints of Elm #348780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.86%

 BLUE value IS 128 (50.39% from 255) = 40.63%

R = 16.51%
G = 42.86%
B = 40.63%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#348780 (or 0x348780) is known color: Elm. HEX triplet: 34, 87 and 80. RGB value is (52,135,128). Sum of RGB (Red+Green+Blue) = 52+135+128=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #348780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348780 is #CB787F. Grayscale: #6D6D6D. Windows color (decimal): -13334656 or 8423220. OLE color: 8423220.

HSL color Cylindrical-coordinate representation of color #348780: hue angle of 174.94º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348780 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 135 128 -
CMYK 0.61 0 0.05 0.47
HSL 174.94º 0.44% 0.37% -
HSV(B) 174.94º 0.61% 0.53% -
XYZ 13.98 19.62 23.47 -
YUV 109.39 138.5 87.07 -
System Red Green Blue C M Y K H S L
Decimal 52 135 128 0.61 0 0.05 0.47 174.94 0.44 0.37
Hex 34 87 80 3D 0 5 2F AF 2C 25
Octal 64 207 200 75 0 5 57 257 54 45
Binary 110100 10000111 10000000 111101 0 101 101111 10101111 101100 100101

Color Harmonies of #348780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348780

Black with #348780

Text Example


Text Example

White with #348780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348780; }

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

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

background-color css

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

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

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

border-color css

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

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

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