#33594C

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

Shades of Spectra #33594C

Tints of Spectra #33594C

Color information

#33594C (or 0x33594C) is unknown color: approx Spectra. HEX triplet: 33, 59 and 4C. RGB value is (51,89,76). Sum of RGB (Red+Green+Blue) = 51+89+76=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #33594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33594C is #CCA6B3. Grayscale: #4C4C4C. Windows color (decimal): -13412020 or 5003571. OLE color: 5003571.

HSL color Cylindrical-coordinate representation of color #33594C: hue angle of 159.47º 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 #33594C is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB518976-
CMYK0.4300.150.65
HSL159.47º27.14%27.45%-
HSV(B)159.47º42.7%34.9%-
XYZ6.248.378.12-
YUV76.16127.91110.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.61%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=23.61%
G=41.20%
B=35.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5189760.4300.150.65159.4727.1427.45
Hex33594C2B0F419f1b1b
Octal63131114530171012373333
Binary11001110110011001100101011011111000001100111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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