#357B76

Color #357B76 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #357B76

Tints of Elm #357B76

Color information

#357B76 (or 0x357B76) is unknown color: approx Elm. HEX triplet: 35, 7B and 76. RGB value is (53,123,118). Sum of RGB (Red+Green+Blue) = 53+123+118=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 123 - color contains mainly: green. Hex color #357B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357B76 is #CA8489. Grayscale: #656565. Windows color (decimal): -13272202 or 7764789. OLE color: 7764789.

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

Color convert

RGB53123118-
CMYK0.5700.040.52
HSL175.71º39.77%34.51%-
HSV(B)175.71º56.91%48.24%-
XYZ11.8216.2319.65-
YUV101.5137.3193.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 123 (48.44% from 255) = 41.84%
BLUE value IS 118 (46.48% from 255) = 40.14%
R=18.03%
G=41.84%
B=40.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531231180.5700.040.52175.7139.7734.51
Hex357B76390434b02823
Octal651731667104642605043
Binary11010111110111110110111001010011010010110000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #357B76;
 }
 .AnyTagClassName
 {
   color: #357B76;
 }
</style>
background-color css

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

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

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

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

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

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