#37827A

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

Shades of Elm #37827A

Tints of Elm #37827A

Color information

#37827A (or 0x37827A) is unknown color: approx Elm. HEX triplet: 37, 82 and 7A. RGB value is (55,130,122). Sum of RGB (Red+Green+Blue) = 55+130+122=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #37827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37827A is #C87D85. Grayscale: #6A6A6A. Windows color (decimal): -13139334 or 8028727. OLE color: 8028727.

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

Color convert

RGB55130122-
CMYK0.5800.060.49
HSL173.6º40.54%36.27%-
HSV(B)173.6º57.69%50.98%-
XYZ13.0718.1821.23-
YUV106.66136.6591.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=17.92%
G=42.35%
B=39.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551301220.5800.060.49173.640.5436.27
Hex37827A3A0631ae2924
Octal672021727206612565144
Binary110111100000101111010111010011011000110101110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37827A; }

 p { color: rgb(55,130,122); }

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

<style>
 a { background-color: #37827A; }

 a { background-color: rgb(55,130,122); }

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

<style>
 span { border-color: #37827A; }

 span { border-color: rgb(55,130,122); }

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