#33564B

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

Shades of Spectra #33564B

Tints of Spectra #33564B

Color information

#33564B (or 0x33564B) is unknown color: approx Spectra. HEX triplet: 33, 56 and 4B. RGB value is (51,86,75). Sum of RGB (Red+Green+Blue) = 51+86+75=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #33564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33564B is #CCA9B4. Grayscale: #4A4A4A. Windows color (decimal): -13412789 or 4937267. OLE color: 4937267.

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

Color convert

RGB518675-
CMYK0.4100.130.66
HSL161.14º25.55%26.86%-
HSV(B)161.14º40.7%33.73%-
XYZ5.967.877.86-
YUV74.28128.4111.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.06%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=24.06%
G=40.57%
B=35.38%

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
Decimal5186750.4100.130.66161.1425.5526.86
Hex33564B290D42a11a1b
Octal63126113510151022413233
Binary11001110101101001011101001011011000010101000011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33564B; }

 p { color: rgb(51,86,75); }

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

<style>
 a { background-color: #33564B; }

 a { background-color: rgb(51,86,75); }

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

<style>
 span { border-color: #33564B; }

 span { border-color: rgb(51,86,75); }

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