#37a49f

Color #37A49F Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #37A49F

Tints of Java #37A49F

Color information

#37A49F (or 0x37A49F) is unknown color: approx Java. HEX triplet: 37, A4 and 9F. RGB value is (55,164,159). Sum of RGB (Red+Green+Blue) = 55+164+159=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #37A49F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A49F is #C85B60. Grayscale: #828282. Windows color (decimal): -13130593 or 10462263. OLE color: 10462263.

HSL color Cylindrical-coordinate representation of color #37A49F: hue angle of 177.25º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A49F is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB55164159-
CMYK0.6600.030.36
HSL177.25º49.77%42.94%-
HSV(B)177.25º66.46%64.31%-
XYZ21.1129.8737.45-
YUV130.84143.8973.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.55%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=14.55%
G=43.39%
B=42.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551641590.6600.030.36177.2549.7742.94
Hex37A49F420324b1322b
Octal6724423710203442616253
Binary1101111010010010011111100001001110010010110001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37a49f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37a49f; }

 p { color: rgb(55,164,159); }

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

<style>
 a { background-color: #37a49f; }

 a { background-color: rgb(55,164,159); }

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

<style>
 span { border-color: #37a49f; }

 span { border-color: rgb(55,164,159); }

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