#37857B

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

Shades of Elm #37857B

Tints of Elm #37857B

Color information

#37857B (or 0x37857B) is unknown color: approx Elm. HEX triplet: 37, 85 and 7B. RGB value is (55,133,123). Sum of RGB (Red+Green+Blue) = 55+133+123=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #37857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37857B is #C87A84. Grayscale: #6C6C6C. Windows color (decimal): -13138565 or 8095031. OLE color: 8095031.

HSL color Cylindrical-coordinate representation of color #37857B: hue angle of 172.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37857B is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB55133123-
CMYK0.5900.080.48
HSL172.31º41.49%36.86%-
HSV(B)172.31º58.65%52.16%-
XYZ13.5419.0221.7-
YUV108.54136.1689.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.68%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 123 (48.44% from 255) = 39.55%
R=17.68%
G=42.77%
B=39.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551331230.5900.080.48172.3141.4936.86
Hex37857B3B0830ac2925
Octal6720517373010602545145
Binary1101111000010111110111110110100011000010101100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37857B; }

 p { color: rgb(55,133,123); }

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

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

 a { background-color: rgb(55,133,123); }

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

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

 span { border-color: rgb(55,133,123); }

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