#33594B

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

Shades of Spectra #33594B

Tints of Spectra #33594B

Color information

#33594B (or 0x33594B) is unknown color: approx Spectra. HEX triplet: 33, 59 and 4B. RGB value is (51,89,75). Sum of RGB (Red+Green+Blue) = 51+89+75=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #33594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33594B is #CCA6B4. Grayscale: #4C4C4C. Windows color (decimal): -13412021 or 4938035. OLE color: 4938035.

HSL color Cylindrical-coordinate representation of color #33594B: hue angle of 157.89º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33594B is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB518975-
CMYK0.4300.160.65
HSL157.89º27.14%27.45%-
HSV(B)157.89º42.7%34.9%-
XYZ6.218.367.94-
YUV76.04127.41110.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 89 (35.16% from 255) = 41.40%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=23.72%
G=41.40%
B=34.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5189750.4300.160.65157.8927.1427.45
Hex33594B2B010419e1b1b
Octal63131113530201012363333
Binary110011101100110010111010110100001000001100111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33594B; }

 p { color: rgb(51,89,75); }

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

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

 a { background-color: rgb(51,89,75); }

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

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

 span { border-color: rgb(51,89,75); }

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