#337976

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

Shades of Atoll #337976

Tints of Atoll #337976

Color information

#337976 (or 0x337976) is unknown color: approx Atoll. HEX triplet: 33, 79 and 76. RGB value is (51,121,118). Sum of RGB (Red+Green+Blue) = 51+121+118=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #337976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337976 is #CC8689. Grayscale: #636363. Windows color (decimal): -13403786 or 7764275. OLE color: 7764275.

HSL color Cylindrical-coordinate representation of color #337976: hue angle of 177.43º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337976 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB51121118-
CMYK0.5800.020.53
HSL177.43º40.7%33.73%-
HSV(B)177.43º57.85%47.45%-
XYZ11.4715.6919.56-
YUV99.73138.3193.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 121 (47.66% from 255) = 41.72%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=17.59%
G=41.72%
B=40.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511211180.5800.020.53177.4340.733.73
Hex3379763A0235b12922
Octal631711667202652615142
Binary1100111111001111011011101001011010110110001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337976; }

 p { color: rgb(51,121,118); }

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

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

 a { background-color: rgb(51,121,118); }

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

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

 span { border-color: rgb(51,121,118); }

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