#33604A

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

Shades of Spectra #33604A

Tints of Spectra #33604A

Color information

#33604A (or 0x33604A) is unknown color: approx Spectra. HEX triplet: 33, 60 and 4A. RGB value is (51,96,74). Sum of RGB (Red+Green+Blue) = 51+96+74=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #33604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33604A is #CC9FB5. Grayscale: #505050. Windows color (decimal): -13410230 or 4874291. OLE color: 4874291.

HSL color Cylindrical-coordinate representation of color #33604A: hue angle of 150.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33604A is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB519674-
CMYK0.4700.230.62
HSL150.67º30.61%28.82%-
HSV(B)150.67º46.88%37.65%-
XYZ6.789.567.97-
YUV80.04124.59107.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.08%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=23.08%
G=43.44%
B=33.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196740.4700.230.62150.6730.6128.82
Hex33604A2F0173E971f1d
Octal6314011257027762273735
Binary11001111000001001010101111010111111110100101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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