#337372

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

Shades of Atoll #337372

Tints of Atoll #337372

Color information

#337372 (or 0x337372) is unknown color: approx Atoll. HEX triplet: 33, 73 and 72. RGB value is (51,115,114). Sum of RGB (Red+Green+Blue) = 51+115+114=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #337372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337372 is #CC8C8D. Grayscale: #5F5F5F. Windows color (decimal): -13405326 or 7500595. OLE color: 7500595.

HSL color Cylindrical-coordinate representation of color #337372: hue angle of 179.06º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337372 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB51115114-
CMYK0.5600.010.55
HSL179.06º38.55%32.55%-
HSV(B)179.06º55.65%45.1%-
XYZ10.5314.1818.1-
YUV95.75138.396.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=18.21%
G=41.07%
B=40.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511151140.5600.010.55179.0638.5532.55
Hex337372380137b32721
Octal631631627001672634741
Binary110011111001111100101110000111011110110011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337372; }

 p { color: rgb(51,115,114); }

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

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

 a { background-color: rgb(51,115,114); }

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

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

 span { border-color: rgb(51,115,114); }

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