Html Css Color HEX #348078 Elm

📋 copy color: '#348078'

red 52 ◦ green 128 ◦ blue 120

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

Shades of Elm #348078

Tints of Elm #348078

RGB

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

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

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

R = 17.33%
G = 42.67%
B = 40%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#348078 (or 0x348078) is known color: Elm. HEX triplet: 34, 80 and 78. RGB value is (52,128,120). Sum of RGB (Red+Green+Blue) = 52+128+120=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #348078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348078 is #CB7F87. Grayscale: #686868. Windows color (decimal): -13336456 or 7897140. OLE color: 7897140.

HSL color Cylindrical-coordinate representation of color #348078: hue angle of 173.68º 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 #348078 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 128 120 -
CMYK 0.59 0 0.06 0.50
HSL 173.68º 0.42% 0.35% -
HSV(B) 173.68º 0.59% 0.5% -
XYZ 12.53 17.52 20.49 -
YUV 104.36 136.82 90.65 -
System Red Green Blue C M Y K H S L
Decimal 52 128 120 0.59 0 0.06 0.50 173.68 0.42 0.35
Hex 34 80 78 3B 0 6 32 AE 2A 23
Octal 64 200 170 73 0 6 62 256 52 43
Binary 110100 10000000 1111000 111011 0 110 110010 10101110 101010 100011

Color Harmonies of #348078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348078

Black with #348078

Text Example


Text Example

White with #348078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348078; }

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

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

background-color css

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

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

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

border-color css

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

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

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