Html Css Color HEX #357C76 Elm

📋 copy color: '#357C76'

red 53 ◦ green 124 ◦ blue 118

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

Shades of Elm #357C76

Tints of Elm #357C76

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.03%

 BLUE value IS 118 (46.48% from 255) = 40%

R = 17.97%
G = 42.03%
B = 40%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#357C76 (or 0x357C76) is known color: Elm. HEX triplet: 35, 7C and 76. RGB value is (53,124,118). Sum of RGB (Red+Green+Blue) = 53+124+118=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #357C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C76 is #CA8389. Grayscale: #666666. Windows color (decimal): -13271946 or 7765045. OLE color: 7765045.

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

Color convert

RGB 53 124 118 -
CMYK 0.57 0 0.05 0.51
HSL 174.93º 0.4% 0.35% -
HSV(B) 174.93º 0.57% 0.49% -
XYZ 11.95 16.48 19.69 -
YUV 102.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 53 124 118 0.57 0 0.05 0.51 174.93 0.4 0.35
Hex 35 7C 76 39 0 5 33 AF 28 23
Octal 65 174 166 71 0 5 63 257 50 43
Binary 110101 1111100 1110110 111001 0 101 110011 10101111 101000 100011

Color Harmonies of #357C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C76

Black with #357C76

Text Example


Text Example

White with #357C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,124,118); }

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

background-color css

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

 a { background-color: rgb(53,124,118); }

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

border-color css

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

 span { border-color: rgb(53,124,118); }

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