Html Css Color HEX #358078 Elm

📋 copy color: '#358078'

red 53 ◦ green 128 ◦ blue 120

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

Shades of Elm #358078

Tints of Elm #358078

RGB

 RED value IS 53 (21.09% from 255) = 17.61%

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

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

R = 17.61%
G = 42.52%
B = 39.87%

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

#358078 (or 0x358078) is known color: Elm. HEX triplet: 35, 80 and 78. RGB value is (53,128,120). Sum of RGB (Red+Green+Blue) = 53+128+120=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #358078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358078 is #CA7F87. Grayscale: #686868. Windows color (decimal): -13270920 or 7897141. OLE color: 7897141.

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

Color convert

RGB 53 128 120 -
CMYK 0.59 0 0.06 0.50
HSL 173.6º 0.41% 0.35% -
HSV(B) 173.6º 0.59% 0.5% -
XYZ 12.58 17.55 20.49 -
YUV 104.66 136.65 91.15 -
System Red Green Blue C M Y K H S L
Decimal 53 128 120 0.59 0 0.06 0.50 173.6 0.41 0.35
Hex 35 80 78 3B 0 6 32 AE 29 23
Octal 65 200 170 73 0 6 62 256 51 43
Binary 110101 10000000 1111000 111011 0 110 110010 10101110 101001 100011

Color Harmonies of #358078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358078

Black with #358078

Text Example


Text Example

White with #358078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358078; }

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

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

background-color css

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

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

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

border-color css

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

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

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