#33705D

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

Shades of Stromboli #33705D

Tints of Stromboli #33705D

Color information

#33705D (or 0x33705D) is unknown color: approx Stromboli. HEX triplet: 33, 70 and 5D. RGB value is (51,112,93). Sum of RGB (Red+Green+Blue) = 51+112+93=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #33705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33705D is #CC8FA2. Grayscale: #5B5B5B. Windows color (decimal): -13406115 or 6123571. OLE color: 6123571.

HSL color Cylindrical-coordinate representation of color #33705D: hue angle of 161.31º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33705D is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB5111293-
CMYK0.5400.170.56
HSL161.31º37.42%31.96%-
HSV(B)161.31º54.46%43.92%-
XYZ9.1413.0812.4-
YUV91.6128.7999.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 93 (36.72% from 255) = 36.33%
R=19.92%
G=43.75%
B=36.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51112930.5400.170.56161.3137.4231.96
Hex33705D3601138a12520
Octal6316013566021702414540
Binary1100111110000101110111011001000111100010100001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33705D; }

 p { color: rgb(51,112,93); }

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

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

 a { background-color: rgb(51,112,93); }

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

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

 span { border-color: rgb(51,112,93); }

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