#33534A

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

Shades of Spectra #33534A

Tints of Spectra #33534A

Color information

#33534A (or 0x33534A) is unknown color: approx Spectra. HEX triplet: 33, 53 and 4A. RGB value is (51,83,74). Sum of RGB (Red+Green+Blue) = 51+83+74=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #33534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33534A is #CCACB5. Grayscale: #484848. Windows color (decimal): -13413558 or 4870963. OLE color: 4870963.

HSL color Cylindrical-coordinate representation of color #33534A: hue angle of 163.12º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #33534A is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB518374-
CMYK0.3900.110.67
HSL163.12º23.88%26.27%-
HSV(B)163.12º38.55%32.55%-
XYZ5.697.387.6-
YUV72.41128.9112.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 74 (29.30% from 255) = 35.58%
R=24.52%
G=39.90%
B=35.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5183740.3900.110.67163.1223.8826.27
Hex33534A270B43a3181a
Octal63123112470131032433032
Binary11001110100111001010100111010111000011101000111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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