#33654D

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

Shades of Spectra #33654D

Tints of Spectra #33654D

Color information

#33654D (or 0x33654D) is unknown color: approx Spectra. HEX triplet: 33, 65 and 4D. RGB value is (51,101,77). Sum of RGB (Red+Green+Blue) = 51+101+77=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 101 - color contains mainly: green. Hex color #33654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33654D is #CC9AB2. Grayscale: #535353. Windows color (decimal): -13408947 or 5072179. OLE color: 5072179.

HSL color Cylindrical-coordinate representation of color #33654D: hue angle of 151.2º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #33654D is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB5110177-
CMYK0.5000.240.60
HSL151.2º32.89%29.8%-
HSV(B)151.2º49.5%39.61%-
XYZ7.3610.558.67-
YUV83.31124.44104.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.27%
GREEN value IS 101 (39.84% from 255) = 44.10%
BLUE value IS 77 (30.47% from 255) = 33.62%
R=22.27%
G=44.10%
B=33.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51101770.5000.240.60151.232.8929.8
Hex33654D320183C97211e
Octal6314511562030742274136
Binary110011110010110011011100100110001111001001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33654D; }

 p { color: rgb(51,101,77); }

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

<style>
 a { background-color: #33654D; }

 a { background-color: rgb(51,101,77); }

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

<style>
 span { border-color: #33654D; }

 span { border-color: rgb(51,101,77); }

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