#337775

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

Shades of Atoll #337775

Tints of Atoll #337775

Color information

#337775 (or 0x337775) is unknown color: approx Atoll. HEX triplet: 33, 77 and 75. RGB value is (51,119,117). Sum of RGB (Red+Green+Blue) = 51+119+117=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #337775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337775 is #CC888A. Grayscale: #626262. Windows color (decimal): -13404299 or 7698227. OLE color: 7698227.

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

Color convert

RGB51119117-
CMYK0.5700.020.53
HSL178.24º40%33.33%-
HSV(B)178.24º57.14%46.67%-
XYZ11.1715.1819.17-
YUV98.44138.4794.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.77%
GREEN value IS 119 (46.88% from 255) = 41.46%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=17.77%
G=41.46%
B=40.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal511191170.5700.020.53178.244033.33
Hex337775390235b22821
Octal631671657102652625041
Binary1100111110111111010111100101011010110110010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337775; }

 p { color: rgb(51,119,117); }

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

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

 a { background-color: rgb(51,119,117); }

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

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

 span { border-color: rgb(51,119,117); }

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