#337C7B

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

Shades of Atoll #337C7B

Tints of Atoll #337C7B

Color information

#337C7B (or 0x337C7B) is unknown color: approx Atoll. HEX triplet: 33, 7C and 7B. RGB value is (51,124,123). Sum of RGB (Red+Green+Blue) = 51+124+123=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 124 - color contains mainly: green. Hex color #337C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C7B is #CC8384. Grayscale: #656565. Windows color (decimal): -13403013 or 8092723. OLE color: 8092723.

HSL color Cylindrical-coordinate representation of color #337C7B: hue angle of 179.18º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337C7B is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB51124123-
CMYK0.5900.010.51
HSL179.18º41.71%34.31%-
HSV(B)179.18º58.87%48.63%-
XYZ12.1516.5521.29-
YUV102.06139.8291.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 124 (48.83% from 255) = 41.61%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=17.11%
G=41.61%
B=41.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511241230.5900.010.51179.1841.7134.31
Hex337C7B3B0133b32a22
Octal631741737301632635242
Binary110011111110011110111110110111001110110011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337C7B; }

 p { color: rgb(51,124,123); }

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

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

 a { background-color: rgb(51,124,123); }

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

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

 span { border-color: rgb(51,124,123); }

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