#33604F

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

Shades of Spectra #33604F

Tints of Spectra #33604F

Color information

#33604F (or 0x33604F) is unknown color: approx Spectra. HEX triplet: 33, 60 and 4F. RGB value is (51,96,79). Sum of RGB (Red+Green+Blue) = 51+96+79=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #33604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33604F is #CC9FB0. Grayscale: #505050. Windows color (decimal): -13410225 or 5201971. OLE color: 5201971.

HSL color Cylindrical-coordinate representation of color #33604F: hue angle of 157.33º 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 #33604F is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB519679-
CMYK0.4700.180.62
HSL157.33º30.61%28.82%-
HSV(B)157.33º46.88%37.65%-
XYZ6.969.638.89-
YUV80.61127.09106.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.57%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=22.57%
G=42.48%
B=34.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196790.4700.180.62157.3330.6128.82
Hex33604F2F0123E9d1f1d
Octal6314011757022762353735
Binary11001111000001001111101111010010111110100111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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