#33574A

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

Shades of Spectra #33574A

Tints of Spectra #33574A

Color information

#33574A (or 0x33574A) is unknown color: approx Spectra. HEX triplet: 33, 57 and 4A. RGB value is (51,87,74). Sum of RGB (Red+Green+Blue) = 51+87+74=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 87 - color contains mainly: green. Hex color #33574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33574A is #CCA8B5. Grayscale: #4A4A4A. Windows color (decimal): -13412534 or 4871987. OLE color: 4871987.

HSL color Cylindrical-coordinate representation of color #33574A: hue angle of 158.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #33574A is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB518774-
CMYK0.4100.150.66
HSL158.33º26.09%27.06%-
HSV(B)158.33º41.38%34.12%-
XYZ6.018.017.71-
YUV74.75127.57111.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.06%
GREEN value IS 87 (34.38% from 255) = 41.04%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=24.06%
G=41.04%
B=34.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5187740.4100.150.66158.3326.0927.06
Hex33574A290F429e1a1b
Octal63127112510171022363233
Binary11001110101111001010101001011111000010100111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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