Html Css Color HEX #358780 Elm

📋 copy color: '#358780'

red 53 ◦ green 135 ◦ blue 128

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

Shades of Elm #358780

Tints of Elm #358780

RGB

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

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

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

R = 16.77%
G = 42.72%
B = 40.51%

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

#358780 (or 0x358780) is known color: Elm. HEX triplet: 35, 87 and 80. RGB value is (53,135,128). Sum of RGB (Red+Green+Blue) = 53+135+128=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #358780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358780 is #CA787F. Grayscale: #6D6D6D. Windows color (decimal): -13269120 or 8423221. OLE color: 8423221.

HSL color Cylindrical-coordinate representation of color #358780: hue angle of 174.88º 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 #358780 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 135 128 -
CMYK 0.61 0 0.05 0.47
HSL 174.88º 0.44% 0.37% -
HSV(B) 174.88º 0.61% 0.53% -
XYZ 14.03 19.64 23.47 -
YUV 109.68 138.33 87.57 -
System Red Green Blue C M Y K H S L
Decimal 53 135 128 0.61 0 0.05 0.47 174.88 0.44 0.37
Hex 35 87 80 3D 0 5 2F AF 2C 25
Octal 65 207 200 75 0 5 57 257 54 45
Binary 110101 10000111 10000000 111101 0 101 101111 10101111 101100 100101

Color Harmonies of #358780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358780

Black with #358780

Text Example


Text Example

White with #358780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358780; }

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

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

background-color css

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

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

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

border-color css

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

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

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