Html Css Color HEX #357E79 Elm

📋 copy color: '#357E79'

red 53 ◦ green 126 ◦ blue 121

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

Shades of Elm #357E79

Tints of Elm #357E79

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42%

 BLUE value IS 121 (47.66% from 255) = 40.33%

R = 17.67%
G = 42%
B = 40.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#357E79 (or 0x357E79) is known color: Elm. HEX triplet: 35, 7E and 79. RGB value is (53,126,121). Sum of RGB (Red+Green+Blue) = 53+126+121=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 126 - color contains mainly: green. Hex color #357E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E79 is #CA8186. Grayscale: #676767. Windows color (decimal): -13271431 or 7962165. OLE color: 7962165.

HSL color Cylindrical-coordinate representation of color #357E79: hue angle of 175.89º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357E79 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 126 121 -
CMYK 0.58 0 0.04 0.51
HSL 175.89º 0.41% 0.35% -
HSV(B) 175.89º 0.58% 0.49% -
XYZ 12.38 17.06 20.73 -
YUV 103.6 137.82 91.91 -
System Red Green Blue C M Y K H S L
Decimal 53 126 121 0.58 0 0.04 0.51 175.89 0.41 0.35
Hex 35 7E 79 3A 0 4 33 B0 29 23
Octal 65 176 171 72 0 4 63 260 51 43
Binary 110101 1111110 1111001 111010 0 100 110011 10110000 101001 100011

Color Harmonies of #357E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357E79

Black with #357E79

Text Example


Text Example

White with #357E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357E79; }

 p { color: rgb(53,126,121); }

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

background-color css

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

 a { background-color: rgb(53,126,121); }

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

border-color css

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

 span { border-color: rgb(53,126,121); }

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