#357F7A

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

Shades of Elm #357F7A

Tints of Elm #357F7A

Color information

#357F7A (or 0x357F7A) is unknown color: approx Elm. HEX triplet: 35, 7F and 7A. RGB value is (53,127,122). Sum of RGB (Red+Green+Blue) = 53+127+122=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 127 - color contains mainly: green. Hex color #357F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357F7A is #CA8085. Grayscale: #686868. Windows color (decimal): -13271174 or 8027957. OLE color: 8027957.

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

Color convert

RGB53127122-
CMYK0.5800.040.50
HSL175.95º41.11%35.29%-
HSV(B)175.95º58.27%49.8%-
XYZ12.5717.3421.1-
YUV104.3137.9891.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.55%
GREEN value IS 127 (50% from 255) = 42.05%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=17.55%
G=42.05%
B=40.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531271220.5800.040.50175.9541.1135.29
Hex357F7A3A0432b02923
Octal651771727204622605143
Binary11010111111111111010111010010011001010110000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,127,122); }

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

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

 a { background-color: rgb(53,127,122); }

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

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

 span { border-color: rgb(53,127,122); }

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