#33604E

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

Shades of Spectra #33604E

Tints of Spectra #33604E

Color information

#33604E (or 0x33604E) is unknown color: approx Spectra. HEX triplet: 33, 60 and 4E. RGB value is (51,96,78). Sum of RGB (Red+Green+Blue) = 51+96+78=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #33604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33604E is #CC9FB1. Grayscale: #505050. Windows color (decimal): -13410226 or 5136435. OLE color: 5136435.

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

Color convert

RGB519678-
CMYK0.4700.190.62
HSL156º30.61%28.82%-
HSV(B)156º46.88%37.65%-
XYZ6.929.628.7-
YUV80.49126.59106.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=22.67%
G=42.67%
B=34.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196780.4700.190.6215630.6128.82
Hex33604E2F0133E9c1f1d
Octal6314011657023762343735
Binary11001111000001001110101111010011111110100111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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