#33574C

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

Shades of Spectra #33574C

Tints of Spectra #33574C

Color information

#33574C (or 0x33574C) is unknown color: approx Spectra. HEX triplet: 33, 57 and 4C. RGB value is (51,87,76). Sum of RGB (Red+Green+Blue) = 51+87+76=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 87 - color contains mainly: green. Hex color #33574C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33574C is #CCA8B3. Grayscale: #4A4A4A. Windows color (decimal): -13412532 or 5003059. OLE color: 5003059.

HSL color Cylindrical-coordinate representation of color #33574C: hue angle of 161.67º 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 #33574C is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB518776-
CMYK0.4100.130.66
HSL161.67º26.09%27.06%-
HSV(B)161.67º41.38%34.12%-
XYZ6.088.048.07-
YUV74.98128.57110.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 87 (34.38% from 255) = 40.65%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=23.83%
G=40.65%
B=35.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5187760.4100.130.66161.6726.0927.06
Hex33574C290D42a21a1b
Octal63127114510151022423233
Binary11001110101111001100101001011011000010101000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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