#33594A

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

Shades of Spectra #33594A

Tints of Spectra #33594A

Color information

#33594A (or 0x33594A) is unknown color: approx Spectra. HEX triplet: 33, 59 and 4A. RGB value is (51,89,74). Sum of RGB (Red+Green+Blue) = 51+89+74=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #33594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33594A is #CCA6B5. Grayscale: #4B4B4B. Windows color (decimal): -13412022 or 4872499. OLE color: 4872499.

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

Color convert

RGB518974-
CMYK0.4300.170.65
HSL156.32º27.14%27.45%-
HSV(B)156.32º42.7%34.9%-
XYZ6.178.347.76-
YUV75.93126.91110.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 89 (35.16% from 255) = 41.59%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=23.83%
G=41.59%
B=34.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5189740.4300.170.65156.3227.1427.45
Hex33594A2B011419c1b1b
Octal63131112530211012343333
Binary110011101100110010101010110100011000001100111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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